Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50527
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 4 Jan 2011 22:59:38 +0000 (22:59 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 4 Jan 2011 22:59:38 +0000 (22:59 +0000)
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

index fc6a9ed..7621fee 100644 (file)
@@ -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 AP
+http.method_not_implemented=Method {0} is not is not implemented by this servlet for this UR
 
 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