Ticket Change Details
Not logged in
Overview

Artifact ID: 16c35564768da728f137c058bcc7612585ff5472
Ticket: 724d7b74311f9b99dc5e892d57d505d7a35ac506
Documentation access URL changes space in "_"
User & Date: drh 2012-11-08 18:45:10
Changes

  1. Appended to comment:
    
    
    <hr /><i>drh added on 2012-11-08 18:45:10 UTC:</i><br />
    The problem reported above has nothing to do with Fossil.  The web server
    at core.tcl.tk does not allow characters other than alphanumerics and underscores
    in the URL pathname. It converts any such characters into an underscore.  This
    is a security measure that defines a host of nefarious attacks against
    websites.
    
    Work around the security restrictions on the web server by changing the document name to a query parameters:
    
       [http://core.tcl.tk/tclws/doc?name=tip/docs/Calling+a+Web+Service.html]
    
    
  2. resolution changed to: "Not_A_Bug"
  3. status changed to: "Closed"