View Ticket
Not logged in
Ticket UUID: 43e2fc335c6d6b7e39149d685b0840ccb28f86a7
Title: Filenames containing spaces are downloaded with + signs from the browser link
Status: Open Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution:
Last Modified: 2010-05-05 13:30:03
Version Found In: Fossil version [6f9901dd42] 2010-05-02 19:21:11
Description & Comments:
Add a filename containing a space and commit it. Then when using the browser to download the file from the download link, the file will be saved with a + where the space character(s) were

Example. If the file is 'file 2.txt', you will get a link such as

http://localhost:8081/raw/file+2.txt?name=139084078bfa5217c37fd09f7d15d719344c605c

and by default the browser (IE6, chrome, safari) will save it as 'file+2.txt'

I first encountered this using the windows version of fossil. However a self compiled macintosh version of fossil does the same thing.