Ticket Change Details
Not logged in
Overview

Artifact ID: f9406ba8c8826933efd1079def04896f1d6adf17
Ticket: 46bf4baedcea6ca9df279e3ddd813c263db46f1c
wrongly reported illigal character, "[" and "]"
User & Date: drh 2010-02-10 13:20:00
Changes

  1. Appended to comment:
    
    
    <hr><i>drh added on 2010-02-10 13:20:00:</i><br>
    The ] and [ characters are also legal for Unix filenames.  (Any character 
    other than 0x00 and / is valid in a unix filename.)  But ] and [ are used
    as globbing characters by the shell, so there use must be escaped in the shell.
    this can lead to subtle problems.  So as a safety mechanism, I deliberately
    disallow such filename characters in Fossil.
    
    Behavior is by design.
    
  2. resolution changed to: "Works_As_Designed"
  3. status changed to: "Closed"