Ticket Change Details
Not logged in
Overview

Artifact ID: a68bdd7447ac7c49836e09c9c71bce1f49a0f083
Ticket: 2384764107f0d084867503e16461f18b80f72e24
Make the http command working on Windows.
User & Date: anonymous 2009-09-19 00:36:49
Changes

  1. Appended to comment:
    
    
    <hr><i>anonymous added on 2009-09-19 00:36:49:</i><br>
    From reference:
    "    Usage: fossil http REPOSITORY
        Handle a single HTTP request appearing on stdin.  The resulting webpage
        is delivered on stdout.  This method is used to launch an HTTP request
        handler from inetd, for example.  The argument is the name of the    repository.
    "
    
    Test with current Fossil under Windows Vista:<verbatim>
    ================================================================
    E:\dl\fossil-w32-20090915120431>fossil.exe http myclone.fossil
    GET / HTTP/1.0
    Host: localhost
    
    HTTP/1.0 302 Moved Temporarily
    Date: Sat, 19 Sep 2009 00:30:23 GMT
    Connection: close
    Location: http://localhost/doc/tip/www/index.wiki
    Cache-control: no-cache, no-store
    Content-Type: text/html; charset=utf-8
    Content-Length: 74
    
    <html>
    <p>Redirect to http://localhost/doc/tip/www/index.wiki</p>
    </html>
    =======================</verbatim>
    
    So it seems behave right, like declared.
    
  2. resolution changed to: "Works_As_Designed"
  3. severity changed to: "Cosmetic"