From 85faae989c3080106bdec0289ae7105c7378932c Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 1 Nov 2009 23:20:53 +0000 Subject: [PATCH] Opps. Missed this file in cookie name/null/length patch git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@831781 13f79535-47bb-0310-9956-ffa450edef68 --- java/javax/servlet/http/LocalStrings.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/java/javax/servlet/http/LocalStrings.properties b/java/javax/servlet/http/LocalStrings.properties index 3ddb99005..fc6a9ed38 100644 --- a/java/javax/servlet/http/LocalStrings.properties +++ b/java/javax/servlet/http/LocalStrings.properties @@ -17,6 +17,7 @@ # Localized for Locale en_US 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.short_read=Short Read -- 2.11.0