You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by jk...@apache.org on 2013/02/20 10:34:34 UTC

svn commit: r1448057 - /perl/modperl/branches/httpd24/t/response/TestDirective/cmdparms.pm

Author: jkaluza
Date: Wed Feb 20 09:34:34 2013
New Revision: 1448057

URL: http://svn.apache.org/r1448057
Log:
* t/response/TestDirective/cmdparms.pm: Disable LimitExcept test, it can be used
  only in Directory with httpd-2.4


Modified:
    perl/modperl/branches/httpd24/t/response/TestDirective/cmdparms.pm

Modified: perl/modperl/branches/httpd24/t/response/TestDirective/cmdparms.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/t/response/TestDirective/cmdparms.pm?rev=1448057&r1=1448056&r2=1448057&view=diff
==============================================================================
--- perl/modperl/branches/httpd24/t/response/TestDirective/cmdparms.pm (original)
+++ perl/modperl/branches/httpd24/t/response/TestDirective/cmdparms.pm Wed Feb 20 09:34:34 2013
@@ -133,7 +133,7 @@ TestCmdParms "Vhost"
 </Base>
 
 TestCmdParms "Location"
-
-<LimitExcept GET>
-    TestCmdParms "Limit"
-</LimitExcept>
+#FIXME! httpd 2.4 does not allow LimitExcept here
+#<LimitExcept GET>
+    #TestCmdParms "Limit"
+#</LimitExcept>