[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
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