[EMAIL PROTECTED] wrote:
> Hi,
> 
> We need the fix for multipart forms introduced in 5.5.20 so go back to 
> version 5.5.17 is not an option.
> 
> But the problem seems even worse because forms POST'ed does not work with the 
> CGI module! 
> 
> We have to many Perl-scripts that use the CGI-module so rewriting them to 
> read directly from stdin is not doable.
> 
> The following Perl script taken from a tutorial on the net works if the form 
> is sent with GET but not with POST!

I have tested the exact code you posted with the latest 5.5.x code
(CGI servlet unchanged since 5.5.20) on both Windows and Linux and as
expected it works correctly for both GET and POST.

I am at a loss as to what could be wrong with your system. If I were
in your position I would set up remote debugging and start stepping
though the code to see exactly what is going on.

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]

Reply via email to