]> granicus.if.org Git - apache/commitdiff
The TRACE method cannotbe limited in 2.1, too ;-)
authorAndré Malo <nd@apache.org>
Sun, 26 Jan 2003 21:08:36 +0000 (21:08 +0000)
committerAndré Malo <nd@apache.org>
Sun, 26 Jan 2003 21:08:36 +0000 (21:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98504 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index f9f07bfe66a5ca50bebae183c6c002cfd2232b8b..75f725ee5d5f6cc3597be3e55060a3c68e4ee2c8 100644 (file)
@@ -1453,12 +1453,13 @@ methods</td></tr>
 
     <p>The method names listed can be one or more of: <code>GET</code>,
     <code>POST</code>, <code>PUT</code>, <code>DELETE</code>,
-    <code>CONNECT</code>, <code>OPTIONS</code>, <code>TRACE</code>,
+    <code>CONNECT</code>, <code>OPTIONS</code>,
     <code>PATCH</code>, <code>PROPFIND</code>, <code>PROPPATCH</code>,
     <code>MKCOL</code>, <code>COPY</code>, <code>MOVE</code>,
     <code>LOCK</code>, and <code>UNLOCK</code>. <strong>The method name is
     case-sensitive.</strong> If <code>GET</code> is used it will also
-    restrict <code>HEAD</code> requests.</p>
+    restrict <code>HEAD</code> requests. The <code>TRACE</code> method
+    cannot be limited.</p>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 9d19f0702b02bcb21e1a7596b9c636a7e2268ccc..260c0d37ff98df46d0039b48ab0bb01e97203445 100644 (file)
@@ -1411,12 +1411,13 @@ methods</description>
 
     <p>The method names listed can be one or more of: <code>GET</code>,
     <code>POST</code>, <code>PUT</code>, <code>DELETE</code>,
-    <code>CONNECT</code>, <code>OPTIONS</code>, <code>TRACE</code>,
+    <code>CONNECT</code>, <code>OPTIONS</code>,
     <code>PATCH</code>, <code>PROPFIND</code>, <code>PROPPATCH</code>,
     <code>MKCOL</code>, <code>COPY</code>, <code>MOVE</code>,
     <code>LOCK</code>, and <code>UNLOCK</code>. <strong>The method name is
     case-sensitive.</strong> If <code>GET</code> is used it will also
-    restrict <code>HEAD</code> requests.</p>
+    restrict <code>HEAD</code> requests. The <code>TRACE</code> method
+    cannot be limited.</p>
 </usage>
 </directivesynopsis>