On Tuesday, January 31, 2012 at 6:32 AM, Torsten Förtsch wrote:

> On Monday, 30 January 2012 22:41:15 Fred Moyer wrote:
> > http://people.apache.org/~phred/mod_perl-2.0.6-rc1.tar.gz
>  
>  
>  
> opensuse 12.1 self-compiled apache 2.2.21, perl 5.12.3
>  
> prefork: all tests pass successfully
>  
> worker: I see the same behavior as Steve. I can also confirm that r1145161 is 
>  
> the first commit that shows this behavior. Blame on me!
>  
> $ svn diff -c1145161
> Index: t/response/TestDirective/cmdparms.pm
> ===================================================================
> --- t/response/TestDirective/cmdparms.pm (revision 1145160)
> +++ t/response/TestDirective/cmdparms.pm (revision 1145161)
> @@ -134,6 +134,8 @@
>  
> TestCmdParms "Location"
>  
> -<LimitExcept GET>
> - TestCmdParms "Limit"
> -</LimitExcept>
> +<Directory />
> + <LimitExcept GET>
> + TestCmdParms "Limit"
> + </LimitExcept>
> +</Directory>
>  
> looks quite innocent.
>  
> Except without the change the limit is part of the server's base config. With 
>  
> it it will be merged at request time.


So this happens with worker only - something to do with threading and the 
command directive code?  I don't understand the guts there yet, trying to get a 
high level view to know where to look.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to