On Mon, Dec 08, 2003 at 11:42:43AM -0800, Stas Bekman wrote: > Andrew Maltsev wrote: > > So far I can only see customizing CGI.pm to make it save original > > POST'ed content. > > If Geoff's module doesn't work for you, you could do the following:
The application does not use Apache::Registry, it has its own handler. But it gave me an idea, may be I can subclass $r in my own handler before passing it along -- something like that, I'm going to try it.. > Slurp STDIN before you call CGI->new() into an IO::String object, Can't. I get references to $cgi and $r, that's given. I tried getting filehandle ($r->connection->fileno(0)), rewinding it and reading again -- that works in http, but does not in https requests. Andrew. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html