Ken Gibson wrote:
> Thanks for the quick response. Is there a way to configure the
> cgi-servlet that I've missed? The PATH_INFO variable is null in my
> scenario; I've split it out from the other parameters below...
I have just added REQUEST_URI to svn. I have also ported a couple of
patches from
Thanks for the quick response. Is there a way to configure the
cgi-servlet that I've missed? The PATH_INFO variable is null in my
scenario; I've split it out from the other parameters below...
runCGI(envp=[{HTTP_USER_AGENT=Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-US; rv:1.7.12) Gecko/20050915 F
Ken Gibson wrote:
> However, the environment does not seem to contain the URL of the
> original request (i.e., REQUEST_URI or PATH_INFO), as below:
Looking at the 4.1.31 source, PATH_INFO should be there but
REQUEST_URI is never set.
Mark