Fix typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 24 Mar 2009 13:06:49 +0000 (13:06 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 24 Mar 2009 13:06:49 +0000 (13:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@757774 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/servlets/DefaultServlet.java

index cf6a93f..8ebfdf6 100644 (file)
@@ -384,7 +384,7 @@ public class DefaultServlet
         // There is a doPut
         allow.append(", PUT");
         // There is a doDelete
-        allow.append(", POST");
+        allow.append(", DELETE");
         // Trace - assume disabled unless we can prove otherwise
         if (req instanceof RequestFacade &&
                 ((RequestFacade) req).getAllowTrace()) {