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 TC5. You could build it from source but to save you the trouble I'll e-mail you a completely unofficial "if it destroys your computer you are on your own" updated servlets-cgi.jar directly. I suspect that the PATH_INFO is correctly null. It depends how the cgi is called. Are you using a forward? If so, you may have hit the requirements of SRV.8.4 which mean you see the PATH_INFO of the request to the CGI, not the PATH_INFO of the original request. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]