On Wed, Apr 07, 2004 at 05:08:51PM +0200, Tom Schindl wrote:
> 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.

yeah, i saw that technique in the cookbook, but i was hoping for
some way to supplant the modified content back into the request
object, so that other modules didn't have to be aware. i'm actually
really early on in this prject, and could switch over to apache/mod_perl
2 without much fuss and use an input filter. it would be slightly
more convenient to use the apache/mod_perl 1.x series but not
critical, hence the post.

cheers

.d

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