As far as I know not but you could pass information using $r->pnotes(), maybe you could also use
my $apr = Apache::Request->instance($r);
In all modules in the chain and use $apr->param() to set/reset different things.
libapreq2 will provide such a service (reusable request data), by any component that uses libapreq2, which is a C library, currently having only the Perl glue, but more glues are expected in the future (php, tcl, etc.)
Tom
dorian wrote:
is there any way currently to take the content of a request (say, from a POST or PUT), modify it an arbitrary way, then somehow put it back into the request object to make it available to handlers further down the chain?
thanks in advance
.dorian
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html