diff options
author | André Malo <nd@apache.org> | 2003-01-26 22:08:36 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-01-26 22:08:36 +0100 |
commit | 799624c093cef3293bea10abea19e54268b371ef (patch) | |
tree | 4b5fc0f0021c2acede76590fcf50d23754fbcbf9 /docs | |
parent | be consistent... (diff) | |
download | apache2-799624c093cef3293bea10abea19e54268b371ef.tar.xz apache2-799624c093cef3293bea10abea19e54268b371ef.zip |
The TRACE method cannotbe limited in 2.1, too ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/core.html.en | 5 | ||||
-rw-r--r-- | docs/manual/mod/core.xml | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index f9f07bfe66..75f725ee5d 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -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> diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 9d19f0702b..260c0d37ff 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -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> |