History Of Ticket 6cd35b3ca5
Not logged in
Ticket change [7ebb9f1dd8] (rid 4067) by drh on 2008-12-03 14:44:05:
  1. Appended to comment:

    drh added on 2008-12-03 14:44:05:
    According to rfc3876, REQUEST_URI is not a part of the Common Gateway Interface (CGI) specification. SCRIPT_NAME is what should be used to create self-referential hyperlinks.

    Everything works correctly as currently implemented. You are asking for a change that will make URLs more cosmetically appealing when using fossil under a particular configuration of Apache. Cosmetics are nice. But everything works now. And to implement this change would probably break other configurations. I think it is much better to confirm to standards and work across all platforms than to try to make the URLs a little shorter when using certain configurations of Apache.

    Apache is widely used, but it is not universal. The main fossil website is an example of a website that does not use Apache. www.fossil-scm.org uses a single-file webserver dispatched using inetd and called althttpd.

  2. Change resolution to "Rejected"
  3. Change status to "Closed"
Ticket change [0ee4eface4] (rid 4055) by anonymous on 2008-12-02 18:44:07:
  1. Appended to comment:

    anonymous added on 2008-12-02 18:44:07:
    i forgot 2 lines

    Action fossil /fossil.cgi SetHandler fossil
Ticket change [ab995dc4cb] (rid 4054) by anonymous on 2008-12-02 18:43:17:
  1. Appended to comment:

    anonymous claiming to be rockshox added on 2008-12-02 18:43:17:
    sorry i couldnt get back to you sooner. please take another look at http://roxirc.lighter.net you will notice there is no cgi in the url, but all the links have fossil.cgi in them. if you click any link and then remove the fossil.cgi the page still works fine. the apache config for this is:

    DirectoryIndex home

    <Location "/fossil.cgi"> SetHandler None </Location>

  2. Change status to "Open"
Ticket change [16a57b1d97] (rid 4048) by kkinnell on 2008-12-01 15:23:02:
  1. Appended to comment:

    kkinnell added on 2008-12-01 15:23:02:
    RockShoxBugs has this listed & struck; the bug is not visible at the given URL. I believe this can be closed.

  2. Change resolution to "Unable_To_Reproduce"
  3. Change status to "Closed"
Ticket change [15fc59a923] (rid 3996) by drh on 2008-11-26 02:09:52:
  1. Appended to comment:

    drh added on 2008-11-26 02:09:52:
    I looked at http://roxirc.lighter.net/ but I didn't find any ugly links, at least not links that I think are ugly. Perhaps you could provide some example of the ugly links you have in mind and your suggested improvements.

  2. Change resolution to "Open"
Ticket change [ed55aa61b9] (rid 3959) by anonymous on 2008-11-25 00:46:14:
  1. Change comment to "In cases where the cgi is called called by a handler and not directly in the url fossil generates ugly links. you can see an example of this at http://roxirc.lighter.net/. suggest using REQUEST_URI rather than SCRIPT_NAME"
  2. Change foundin to "dec2c22d9d"
  3. Change status to "Open"
  4. Change title to "self referring links determined wrong in cgi mode"
  5. Change type to "Code_Defect"