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.

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



--
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



Reply via email to