On Thu, Oct 17, 2013 at 01:40:28PM -0400, Richard Hipp wrote:

Hi there,

> The fix changes Fossil to require SCRIPT_NAME and one of REQUEST_URI or
> PATH_INFO.  CGI should always supply PATH_INFO.  SCGI should give us
> REQUEST_URI.  Either way, Fossil will be happy now.

CGI only requires SCRIPT_NAME.

If PATH_INFO would be non-empty, then it should be set for CGI. But an
empty PATH_INFO and an absent PATH_INFO are equivalent.

(And in that case, I guess that REQUEST_URI should have the same value
as SCRIPT_NAME, if REQUEST_URI is wanted.)

I think thttpd only sets PATH_INFO when non-empty. It sets SCRIPT_NAME,
but not REQUEST_URI.

        f
-- 
Francis Daly        [email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to