Author: markt
Date: Fri Oct 12 09:12:41 2012
New Revision: 1397483
URL: http://svn.apache.org/viewvc?rev=1397483&view=rev
Log:
Update strings missed in r1397476
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/javax/servlet/http/LocalStrings.properties
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1397482
Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/http/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/javax/servlet/http/LocalStrings.properties?rev=1397483&r1=1397482&r2=1397483&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/javax/servlet/http/LocalStrings.properties
(original)
+++ tomcat/tc7.0.x/trunk/java/javax/servlet/http/LocalStrings.properties Fri
Oct 12 09:12:41 2012
@@ -18,7 +18,8 @@
err.cookie_name_is_token=Cookie name \"{0}\" is a reserved token
err.cookie_name_blank=Cookie name may not be null or zero length
-err.io.negativelength=Negative Length given in write method
+err.io.nullArray=Null passed for byte array in write method
+err.io.indexOutOfBounds=Invalid offset [{0}] and / or length [{1}] specified
for array of size [{2}]
err.io.short_read=Short Read
http.method_not_implemented=Method {0} is not is not implemented by this
servlet for this URI
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]