Skip to content

Commit 2efd4a1

Browse files
committed
One further method refactoring error
1 parent 104c210 commit 2efd4a1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

java/org/apache/coyote/ajp/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public final class Constants {
105105

106106
// Translates integer codes to names of HTTP methods
107107
private static final String[] methodTransArray =
108-
{ Method.OPTIONS, Method.GET, Method.HEAD, Method.POST, Method.PUT, Method.DELETE, Method.TRACE, Method.TRACE, Method.PROPPATCH, Method.MKCOL, Method.COPY,
108+
{ Method.OPTIONS, Method.GET, Method.HEAD, Method.POST, Method.PUT, Method.DELETE, Method.TRACE, Method.PROPFIND, Method.PROPPATCH, Method.MKCOL, Method.COPY,
109109
Method.MOVE, Method.LOCK, Method.UNLOCK, "ACL", "REPORT", "VERSION-CONTROL", "CHECKIN", "CHECKOUT", "UNCHECKOUT",
110110
"SEARCH", "MKWORKSPACE", "UPDATE", "LABEL", "MERGE", "BASELINE-CONTROL", "MKACTIVITY" };
111111

webapps/docs/changelog.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@
242242
generating session cookie. Patch submitted by Marc Pynaert. (remm)
243243
</fix>
244244
<fix>
245-
<bug>69848</bug>: Fix copy/paste error that meant DELETE requests
246-
received via the AJP connector were processed as OPTIONS requests.
247-
(markt)
245+
<bug>69848</bug>: Fix copy/paste errors that meant DELETE requests
246+
received via the AJP connector were processed as OPTIONS requests and
247+
PROPFIND requests were processed as TRACE. (markt)
248248
</fix>
249249
</changelog>
250250
</subsection>

0 commit comments

Comments
 (0)