On Mon, 2004-02-09 at 13:10 -0800, Stas Bekman wrote:
> Philippe M. Chiasson wrote:
> 
> >>  Perl(Input|Output)FilterHandler handlers are now always AutoLoaded, as
> >>  if '+' prefix was used. This must be performed to get the access to
> >>  filter attributes long before the filter itself is executed.
> >>  + tests
> [...]
> >>   <VirtualHost TestFilter::in_bbs_inject_header>
> >>  -  # must be preloaded so the FilterConnectionHandler attributes will
> >>  -  # be set by the time the filter is inserted into the filter chain
> >>     PerlModule TestFilter::in_bbs_inject_header
> >>     PerlInputFilterHandler TestFilter::in_bbs_inject_header
> >>     <Location /TestFilter__in_bbs_inject_header>
> 
> > Now that PerlinputFilterHandler automagically preloads the module, shouldn't
> > the PerlModule line be removed from the tests for clarity/consistency ? 
> 
> No. It's needed because PerlResponseHandler uses a non-default 'handler' name:
> 
>    PerlModule TestFilter::in_bbs_inject_header
>    PerlInputFilterHandler TestFilter::in_bbs_inject_header
>    <Location /TestFilter__in_bbs_inject_header>
>       SetHandler modperl
>       PerlResponseHandler TestFilter::in_bbs_inject_header::response
>    </Location>

Oy, my bad then! Cool ;-)

Just catching up with your avalanche of commits in the last few
hours ;-)

Go Stas!

> __________________________________________________________________
> 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]
-- 
--------------------------------------------------------------------------------
Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B)
http://gozer.ectoplasm.org/    F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5
Q: It is impossible to make anything foolproof because fools are so ingenious.
perl -e'$$=\${gozer};{$_=unpack(P7,pack(L,$$));/^JAm_pH\n$/&&print||$$++&&redo}'

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to