Skip to content

Commit 7f6eb5c

Browse files
committed
One further method refactoring error
1 parent bb04d1b commit 7f6eb5c

2 files changed

Lines changed: 3 additions & 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@
144144
generating session cookie. Patch submitted by Marc Pynaert. (remm)
145145
</fix>
146146
<fix>
147-
<bug>69848</bug>: Fix copy/paste error in 11.0.12 that meant DELETE
147+
<bug>69848</bug>: Fix copy/paste errors in 11.0.12 that meant DELETE
148148
requests received via the AJP connector were processed as OPTIONS
149-
requests. (markt)
149+
requests and PROPFIND requests were processed as TRACE. (markt)
150150
</fix>
151151
</changelog>
152152
</subsection>

0 commit comments

Comments
 (0)