This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 898130aca9 One further method refactoring error
898130aca9 is described below

commit 898130aca97ee8bd6ccb18057fceedc0b055d546
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Oct 10 09:16:07 2025 +0100

    One further method refactoring error
---
 java/org/apache/coyote/ajp/Constants.java | 2 +-
 webapps/docs/changelog.xml                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/java/org/apache/coyote/ajp/Constants.java 
b/java/org/apache/coyote/ajp/Constants.java
index 6549a226a8..ca93f3797f 100644
--- a/java/org/apache/coyote/ajp/Constants.java
+++ b/java/org/apache/coyote/ajp/Constants.java
@@ -105,7 +105,7 @@ public final class Constants {
 
     // Translates integer codes to names of HTTP methods
     private static final String[] methodTransArray =
-            { Method.OPTIONS, Method.GET, Method.HEAD, Method.POST, 
Method.PUT, Method.DELETE, Method.TRACE, Method.TRACE, Method.PROPPATCH, 
Method.MKCOL, Method.COPY,
+            { Method.OPTIONS, Method.GET, Method.HEAD, Method.POST, 
Method.PUT, Method.DELETE, Method.TRACE, Method.PROPFIND, Method.PROPPATCH, 
Method.MKCOL, Method.COPY,
                     Method.MOVE, Method.LOCK, Method.UNLOCK, "ACL", "REPORT", 
"VERSION-CONTROL", "CHECKIN", "CHECKOUT", "UNCHECKOUT",
                     "SEARCH", "MKWORKSPACE", "UPDATE", "LABEL", "MERGE", 
"BASELINE-CONTROL", "MKACTIVITY" };
 
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 3d37885468..ca3f242e58 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -134,9 +134,9 @@
   <subsection name="Coyote">
     <changelog>
       <fix>
-        <bug>69848</bug>: Fix copy/paste error in 11.0.12 that meant DELETE
+        <bug>69848</bug>: Fix copy/paste errors in 10.1.47 that meant DELETE
         requests received via the AJP connector were processed as OPTIONS
-        requests. (markt)
+        requests and PROPFIND requests were processed as TRACE. (markt)
       </fix>
     </changelog>
   </subsection>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to