From: Andre Malo Date: Sun, 26 Jan 2003 21:08:36 +0000 (+0000) Subject: The TRACE method cannotbe limited in 2.1, too ;-) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e713d77074e6686b01ba5bb90180b6849cb47fc;p=thirdparty%2Fapache%2Fhttpd.git 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 f9f07bfe66a..75f725ee5d5 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 9d19f0702b0..260c0d37ff9 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.