[EMAIL PROTECTED] wrote: > Hi, > > I can reach the request object and add a parameter, the problem is that the > CgiServlet in Tomcat has been changed so my code doesn't work anymore. > > Regards > Gunnar
You are correct. The fix for bug 37285 is the root of your problems. You have a couple of options: - Replace servlet-cgi.jar in 5.5.20 with the one from 5.5.17 - Add some code to your cgi to read the parameters from stdin. A quick google found the following code shippet that should help - http://www.personal.psu.edu/staff/j/c/jcd/useful/webcon/2004/io.html HTH, Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]