You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/10/14 20:55:24 UTC

svn commit: r1764962 - /httpd/test/framework/trunk/t/conf/extra.conf.in

Author: wrowe
Date: Fri Oct 14 20:55:24 2016
New Revision: 1764962

URL: http://svn.apache.org/viewvc?rev=1764962&view=rev
Log:
StrictURI is no longer

Modified:
    httpd/test/framework/trunk/t/conf/extra.conf.in

Modified: httpd/test/framework/trunk/t/conf/extra.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/extra.conf.in?rev=1764962&r1=1764961&r2=1764962&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in Fri Oct 14 20:55:24 2016
@@ -970,7 +970,7 @@ LimitRequestFields    32
   <IfVersion >= 2.5.0>
     <VirtualHost _default_:http_strict>
       DocumentRoot @SERVERROOT@/htdocs/
-      HttpProtocolOptions Strict StrictURI Require1.0 RegisteredMethods
+      HttpProtocolOptions Strict Require1.0 RegisteredMethods
       <Directory @SERVERROOT@/htdocs/apache/http_strict>
         Options +ExecCGI
         AddHandler cgi-script .pl