As I suspected, my patch was bad. In fact it was terrible. It broke 4.1.x and 5.0.x (making JDK 1.4 required) and didn't actually do what was originally intended anyway. This has now all been fixed in CVS. The parameterEncoding option has been removed for 4.1.x and 5.0.x but remains (in a working state) in 5.5.x
Mark From: Mark Thomas [mailto:[EMAIL PROTECTED] > A JDK 1.4 requirement is a bug and most likely my fault. I'll > look at this now. > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Hello, > > This is not a question so much as a notice; I'm working on > > Windows OS, and had > > JDK 1.3 set up as JAVA_HOME. I'm using Tomcat 5.0.19 and > > wanted to run perl scripts > > so set up CGI servlet by commenting-in appropriate sections > > of conf/web.xml, and > > renaming servlets-cgi.jar, putting my script in a /cgi folder > > under /WEB-INF in > > my application, and got the error "NoSuchMethodFound" for > > CGIRunner.run > > It is not the case that this method isn't there as you all > > probably know. I found > > that I need to use the 1.4 version of the JDK (j2sdk1.4.) for > > the servlet to work > > properly. Perhaps this caveat can be added to the CGI doc. > > thanks, > > Lesley --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
