The fix for this problem would be to URL encode the filename that gets displayed so the # turns into a %23 when it is accessed in the URL. This was a problem in Internet Explorer 7, and I'm not sure if other browsers had the same problem.

Another fix would be to disallow that character...which seems like a better solution to me! :)

Thanks,
Mac

Comments

sun’s picture

This is a Drupal core issue. You definitely should test Transliterate filenames module. Please report back if that module works for you (and mark this issue fixed if it does).

dopry’s picture

Version: 5.x-1.x-dev » 5.x-2.2

I recommend using transliterate, but doesn transliterate attempt to fix special url characters while doing it's work? I'll try to get the url encode in in the next few days.

dopry’s picture

Status: Active » Postponed (maintainer needs more info)

@mclemmens:
Can you verify this is still an issue after transliterate is installed?

dopry’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

closed for inactivity.