From 2e713d77074e6686b01ba5bb90180b6849cb47fc Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Sun, 26 Jan 2003 21:08:36 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html.en | 5 +++-- 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 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.

-- 2.47.3