How does it get affected? When you are inside request filters you are already inside a response phase.
filter_init runs before the content handler - I would expect to be able to set r->handler to whatever I want up until r->handler is actually invoked.
Anything that's running before the content handler, will not have modperl_callback_current_callback_get() return "PerlResponseHandler", no?
__________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]