Closed (fixed)
Project:
Migrate
Version:
7.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2012 at 14:31 UTC
Updated:
16 Apr 2013 at 17:50 UTC
function urlencode in plugins/destinations/file.inc, is used to secure the file name before download. But it fails for URL's with querystring. Ex: site.com/file?id=12&something Here the ? and & will be converted, and the file download will fail.
Comments
Comment #1
mikeryanComment #2
mikeryanCommitted, thanks.