Re: cgi-servlet environment parameters

2006-03-06 Thread Mark Thomas
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

RE: cgi-servlet environment parameters

2006-03-06 Thread Ken Gibson
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

Re: cgi-servlet environment parameters

2006-03-06 Thread Mark Thomas
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