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. Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like fantasy? http://kabatinte.net --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org