Geoff,

When hooks/stacked_handlers2 is run, the error_log gets the following message:

Wed Sep 10 18:09:51 2003] [info] [client 127.0.0.1] Module bug? Request filename is missing for URI /TestHooks__stacked_handlers2

probably need to fix the transhandler to set the filename to __FILE__.

also please s/return (.*)/return $1;/ in that file to be consistent. thanks.

there is no need for ; only if it's a one liner, e.g.:

sub declined { callback(shift); return Apache::DECLINED }

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



Reply via email to