stas        2004/01/11 20:32:08

  Modified:    src/docs/2.0/user/handlers http.pod
  Log:
  add a link to stacked handlers
  
  Revision  Changes    Path
  1.26      +4 -4      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.25
  retrieving revision 1.26
  diff -u -u -r1.25 -r1.26
  --- http.pod  1 Dec 2003 17:56:30 -0000       1.25
  +++ http.pod  12 Jan 2004 04:32:08 -0000      1.26
  @@ -68,10 +68,10 @@
   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
  +L<the stacked handlers
  +feature|docs::2.0::user::handlers::intro/Stacked_Handlers> 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.
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to