Ticket Change Details
Not logged in
Overview

Artifact ID: 79a1ebe5209fcd9545fb574a9e7892c9d7f2e534
Ticket: 46bf4baedcea6ca9df279e3ddd813c263db46f1c
wrongly reported illigal character, "[" and "]"
User & Date: anonymous 2010-02-10 10:19:34
Changes

  1. comment changed to:
    This has been tested under windows only.
    
    Create a file named: $ () + ,-!= @ [ ]^_{ }~.txt 
    
    This file is perfectly legal under windows (WinXP) but if i try to add it via:
    fossil add "testCase-fileUpload\$ () + ,-!= @ [ ]^_{ }~.txt"
    
    I get 
    
    fossil: filename contains illegal characters: testCase-fileUpload/$ (
    ) + ,-!= @ [ ]^_{ }~.txt
    
    Basically it chokes over the  ] and [ characters.
    
    Regards.
    
  2. foundin changed to: "94bb313444"
  3. private_contact changed to: "d4bb048456b44e51cafa61c59ddc503a345fe5d0"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "wrongly reported illigal character, "[" and "]""
  7. type changed to: "Code_Defect"