From 8f944e89f3bff8ab34745ce2d81d29b892bc6538 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 4 Jan 2011 22:59:38 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50527 Improve error message git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1055236 13f79535-47bb-0310-9956-ffa450edef68 --- java/javax/servlet/http/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/javax/servlet/http/LocalStrings.properties b/java/javax/servlet/http/LocalStrings.properties index fc6a9ed38..7621fee00 100644 --- a/java/javax/servlet/http/LocalStrings.properties +++ b/java/javax/servlet/http/LocalStrings.properties @@ -21,7 +21,7 @@ err.cookie_name_blank=Cookie name may not be null or zero length err.io.negativelength=Negative Length given in write method err.io.short_read=Short Read -http.method_not_implemented=Method {0} is not defined in RFC 2068 and is not supported by the Servlet API +http.method_not_implemented=Method {0} is not is not implemented by this servlet for this URI http.method_get_not_supported=HTTP method GET is not supported by this URL http.method_post_not_supported=HTTP method POST is not supported by this URL -- 2.11.0