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

2006-10-19 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Hi, > > That is odd because I have the following problems: > > 1) When I post an ordinary form, not a multipart, no parameters will be sent > to the Perl script. And light dawns. Sorry - should have spotted this sooner. You call getParameterMap() in your filter which

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

2006-10-17 Thread Michael Courcy
Can't u use request.sendRedirect("myperlscript.cgi?aparam="+request.getParameter("blah")); Mic [EMAIL PROTECTED] a écrit : Hi, The problem is not to get the parameters in my java filter. The problem is that I need to pass the posted parameters from the form plus one additional parameter to m