Closed (duplicate)
Project:
Filebrowser Extensions
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2007 at 15:46 UTC
Updated:
7 Oct 2007 at 17:19 UTC
If you leave spaces in a filename, then the filebrowser extension module cannot open the file (the URL ends up with "+" marks where the spaces should be). This can be avoided by using hyphens, camel case, or underscoring, but it still seems like a minor bug.
Comments
Comment #1
dman commentedSpaces in filenames, we hateses it, we does! The time I've lost making things downgradable to that over the years...
Yeah, but + in URL arguments usually translates to spaces ... Ah, but opening it, with clean-urls on, it's no longer an argument. yeah, looks like a bit of url-encoding needs to happen somewhere.
Comment #2
ms2011 commentedFiles/URLs are not accessible if they contain reserved or non-ascii characters.
See url_generation.patch here http://drupal.org/node/43505#comment-316523