File names with spaces prevent access to files

bomarmonk - February 23, 2007 - 15:46
Project:Filebrowser Extensions
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:duplicate
Description

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.

#1

dman - February 24, 2007 - 00:13

Spaces 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.

#2

mikesmullin - October 7, 2007 - 17:19
Status:active» duplicate

Files/URLs are not accessible if they contain reserved or non-ascii characters.
See url_generation.patch here http://drupal.org/node/43505#comment-316523

 
 

Drupal is a registered trademark of Dries Buytaert.