I've investigated the failure of cgi tests under perl patch 11966, the
problem is that STDIN is empty, so they cannot read any data:

apache/cgihandler
modules/cgi
modules/cgiupload

the failing parts are all trying to POST/GET data. The %ENV is fine, but
STDIN is empty so CGI.pm cannot get any request data. I've checked that
LWP creates a proper request, so this is not a client problem.

This didn't happen with 11955. Philippe sees the same with the same perl
patch version.

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to