Files with strange characters will not properly display when inserted into the body textarea because they need to be URL encoded. For example a file with the name file #2 ? something & else.png needs to be encoded to have the URL file%20%232%20%3F%20something%20%26%20else.png, otherwise it will not show up on display.

Of course as usual this problem can be prevented by installing Transliteration and removing these unsafe characters from the file name entirely.

CommentFileSizeAuthor
#1 insert_urlencode.patch833 bytesquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new833 bytes

This patch corrects this behavior. Drupal 7 is not affected by this bug. Committed to 6.x branch.

Status: Fixed » Closed (fixed)

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