Ticket Change Details
Not logged in

Changes to ticket 2384764107

By anonymous on 2009-09-19 00:36:49. See also: artifact content, and ticket history

    1. Appended to comment:

      anonymous added on 2009-09-19 00:36:49:
      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:

      ================================================================
      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>
      =======================

      So it seems behave right, like declared.

    2. Change resolution to "Works_As_Designed"
    3. Change severity to "Cosmetic"