You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/11/21 11:22:30 UTC

svn commit: r1640891 - in /tomcat/tc6.0.x/trunk: java/javax/servlet/http/LocalStrings.properties webapps/docs/changelog.xml

Author: kkolinko
Date: Fri Nov 21 10:22:30 2014
New Revision: 1640891

URL: http://svn.apache.org/r1640891
Log:
CTR: message typo
Correct typo in a message shown by HttpServlet. Followup to r1056856

Modified:
    tomcat/tc6.0.x/trunk/java/javax/servlet/http/LocalStrings.properties
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/http/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/servlet/http/LocalStrings.properties?rev=1640891&r1=1640890&r2=1640891&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/javax/servlet/http/LocalStrings.properties (original)
+++ tomcat/tc6.0.x/trunk/java/javax/servlet/http/LocalStrings.properties Fri Nov 21 10:22:30 2014
@@ -20,7 +20,7 @@ err.cookie_name_is_token=Cookie name \"{
 err.io.negativelength=Negative Length given in write method
 err.io.short_read=Short Read
 
-http.method_not_implemented=Method {0} is not is not implemented by this servlet for this URI 
+http.method_not_implemented=Method {0} 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

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1640891&r1=1640890&r2=1640891&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Nov 21 10:22:30 2014
@@ -44,6 +44,13 @@
  General, Catalina, Coyote, Jasper, Cluster, Web applications, Other
 -->
 <section name="Tomcat 6.0.44 (markt)">
+  <subsection name="Catalina">
+    <changelog>
+      <fix>
+        Correct typo in a message. (kkolinko)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Web applications">
     <changelog>
       <fix>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org