Re: SV: SV: SV: SV: Problem with filter and calling Perl-script with Tomcat 5.5.20

2006-10-17 Thread Mark Thomas
[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

SV: SV: SV: SV: Problem with filter and calling Perl-script with Tomcat 5.5.20

2006-10-17 Thread Gunnar.Bostrom
ber 2006 12:26 > Till: Tomcat Users List > Ämne: Re: SV: SV: SV: Problem with filter and calling > Perl-script with Tomcat 5.5.20 > > Not sure to understand, u mean that u can't reach the request > object in your filter since u are using Tomcat 5.5.20 ? > > [EMAIL PROT

Re: SV: SV: SV: Problem with filter and calling Perl-script with Tomcat 5.5.20

2006-10-17 Thread Michael Courcy
Not sure to understand, u mean that u can't reach the request object in your filter since u are using Tomcat 5.5.20 ? [EMAIL PROTECTED] a écrit : Hi, My code is in a filter that executes before the CGIServlet in Tomcat kicks in. It worked with Tomcat 5.5.17 but NOT with Tomcat 5.5.20 and I wo

SV: SV: SV: Problem with filter and calling Perl-script with Tomcat 5.5.20

2006-10-17 Thread Gunnar.Bostrom
TECTED] > Skickat: den 17 oktober 2006 12:07 > Till: Tomcat Users List > Ämne: Re: SV: SV: Problem with filter and calling Perl-script > with Tomcat 5.5.20 > > Ok that should not be that hard to POST with java, your > filter is acting like a client. > > have a look th

Re: SV: SV: Problem with filter and calling Perl-script with Tomcat 5.5.20

2006-10-17 Thread Michael Courcy
Ok that should not be that hard to POST with java, your filter is acting like a client. have a look there http://www.javaworld.com/javaworld/javatips/jw-javatip34.html [EMAIL PROTECTED] a écrit : Hi, No I can't because it is a form with data posted that should be sent over to the Perl scri

SV: SV: Problem with filter and calling Perl-script with Tomcat 5.5.20

2006-10-17 Thread Gunnar.Bostrom
Hi, No I can't because it is a form with data posted that should be sent over to the Perl script and one additionally parameter. Regards Gunnar > -Ursprungligt meddelande- > Från: Michael Courcy [mailto:[EMAIL PROTECTED] > Skickat: den 17 oktober 2006 11:05 > Till: Tomcat Users List