Author: markt
Date: Tue Jan 4 22:59:38 2011
New Revision: 1055236
URL: http://svn.apache.org/viewvc?rev=1055236&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50527
Improve error message
Modified:
tomcat/trunk/java/javax/servlet/http/LocalStrings.properties
Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/LocalStrings.properties?rev=1055236&r1=1055235&r2=1055236&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/LocalStrings.properties (original)
+++ tomcat/trunk/java/javax/servlet/http/LocalStrings.properties Tue Jan 4
22:59:38 2011
@@ -21,7 +21,7 @@ err.cookie_name_blank=Cookie name may no
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]