|
Re: Stacked Handlers Execution Chain: msg#00552apache.mod-perl
Geoffrey Young wrote:
however, DONE is special - it indicates that all content has been sent and the request cycle should proceed straight to the logging phase. from a handler perspective, DONE behaves the same as an error code - it terminates the request cycle. But the book doesn't say that DONE does break the chain, though it does. I suspect that 1.0 logic handled DONE automatically - DONE was captured and passed back to Apache, which took appropriate action. and I suspect this is what you found in 2.0, since you test for DONE but didn't handle it explicitly. It works exactly the same in 2.0 as in 1.0 (using the current cvs ;), the chain is aborted on !(OK || DECLINED). Any return codes are passed further to Apache. kudos, stas, for always taking care of all the 2.0 stuff. ;) __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@xxxxxxxxxx http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Stacked Handlers Execution Chain: 00552, Geoffrey Young |
|---|---|
| Next by Date: | Re: mod_perl and current directory (was Re: Newbie Q on Apache::Include): 00552, Stas Bekman |
| Previous by Thread: | Re: Stacked Handlers Execution Chaini: 00552, Geoffrey Young |
| Next by Thread: | Re: Stacked Handlers Execution Chain: 00552, Geoffrey Young |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |