stas 2003/01/28 23:13:04 Modified: src/docs/2.0/user/handlers http.pod Log: add a note about stacked handlers being different from single handlers in the handling of their return status Revision Changes Path 1.12 +8 -0 modperl-docs/src/docs/2.0/user/handlers/http.pod Index: http.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/http.pod,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- http.pod 27 Jan 2003 04:05:13 -0000 1.11 +++ http.pod 29 Jan 2003 07:13:03 -0000 1.12 @@ -63,6 +63,14 @@ connection output filters before it's sent to the client. We will talk about filters in detail later in this chapter. +Before discussing each handler in detail remember that if you use +stacked handlers feature (META: add link to where it's discussed [go +read 1.0 docs for now, as it works the same]) all handlers in the +chain will be run as long as they return C<Apache::OK> or +C<Apache::DECLINED>. Because stacked handlers is a special case. So +don't be surprised if you've returned C<Apache::OK> and the next +handler was still executed. This is a feature, not a bug. + Now let's discuss each of the mentioned handlers in detail. =head2 PerlPostReadRequestHandler
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]