On Thu, Oct 17, 2013 at 7:17 PM, Richard Hipp <[email protected]> wrote:
> Currently, Fossil requires REQUEST_URI and SCRIPT_NAME at a minimum, and > will construct PATH_INFO from those two if it is missing. I'm working on a > patch to construct REQUEST_URI from SCRIPT_NAME and PATH_INFO if > REQUEST_URI is missing instead. > i think the requirement on REQUEST_URI is in general a mistake (though one which appears to mostly work). There's no mention of REQUEST_URI in the CGI spec, though many CGI examples/howtos i'm looking at do use this (and some even imply that they are standard (e.g. http://www.cgi101.com/book/ch3/text.html), but i can find no proof of that). -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

