It seems that images with a '+' (plus) in the filename don't get scaled by image_resize_filter.

CommentFileSizeAuthor
#1 image_resize_filter_plus_symbol.patch745 bytesquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new745 bytes

Thanks, 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.