Subject: | POST data is lost under mod_perl2 and ModPerl::Registry |
I've recently begun using CGI::Simple and have not had troubles with it under mod_perl1 on Linux. However, trying to use it with a POST action under mod_perl2 (2.0.0-RC4) is not working (GET works fine).
The cgi_error gets set to '500 Bad read on POST! wanted 287, got 0'. If I change the SetHandler to cgi-script, it works fine. If I use CGI.pm with perl-script, it works fine.
I'm using Perl 5.8.6 under FreeBSD 5.3.
Thanks,
William