Ticket Change Details
Not logged in
Overview

Artifact ID: f781680178f5e7b455a8030d94b020ee911f83e0
Ticket: 43e2fc335c6d6b7e39149d685b0840ccb28f86a7
Filenames containing spaces are downloaded with + signs from the browser link
User & Date: anonymous 2010-05-05 13:30:03
Changes

  1. comment changed to:
    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.
    
  2. foundin changed to: "Fossil version [6f9901dd42] 2010-05-02 19:21:11"
  3. private_contact changed to: "53f86f78f251171b8790b45a9e4e51835e7b2011"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    Filenames containing spaces are downloaded with + signs from the browser link
    
  7. type changed to: "Code_Defect"