From: André Malo Date: Sun, 26 Jan 2003 21:08:36 +0000 (+0000) Subject: The TRACE method cannotbe limited in 2.1, too ;-) X-Git-Tag: pre_ajp_proxy~2210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=799624c093cef3293bea10abea19e54268b371ef;p=apache 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 --- 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

The method names listed can be one or more of: GET, POST, PUT, DELETE, - CONNECT, OPTIONS, TRACE, + CONNECT, OPTIONS, PATCH, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK. The method name is case-sensitive. If GET is used it will also - restrict HEAD requests.

+ restrict HEAD requests. The TRACE method + cannot be limited.

top
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

The method names listed can be one or more of: GET, POST, PUT, DELETE, - CONNECT, OPTIONS, TRACE, + CONNECT, OPTIONS, PATCH, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK. The method name is case-sensitive. If GET is used it will also - restrict HEAD requests.

+ restrict HEAD requests. The TRACE method + cannot be limited.