Closed (fixed)
Project:
Image Resize Filter
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2010 at 20:29 UTC
Updated:
21 Apr 2010 at 21:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThanks, the "+" character is handled a bit uniquely regarding URLs and file names (since "+" in a URL may mean a space or a literal "+"). This patch seems to fix the problem. We were decoding the URL in the link and assuming that plus symbols were spaces (see http://us.php.net/rawurldecode), which most of the time will not be correct.