Author: markt
Date: Wed Nov 14 23:05:00 2018
New Revision: 1846613
URL: http://svn.apache.org/viewvc?rev=1846613&view=rev
Log:
Correct escaping
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties?rev=1846613&r1=1846612&r2=1846613&view=diff
==============================================================================
---
tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties
[UTF-8] (original)
+++
tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties
[UTF-8] Wed Nov 14 23:05:00 2018
@@ -33,7 +33,7 @@ http.noClosingBracket=The IPv6 address i
http.noOpeningBracket=The IPv6 address is missing an opening bracket.
http.singleColonEnd=An IPv6 address may not end with a single ':'.
http.singleColonStart=An IPv6 address may not start with a single ':'.
-http.tooFewHextets=An IPv6 address must consist of 8 hextets but this address
contains [{0}] hextets and no '::' sequence to represent one or more zero
hextets.
+http.tooFewHextets=An IPv6 address must consist of 8 hextets but this address
contains [{0}] hextets and no ''::'' sequence to represent one or more zero
hextets.
http.tooManyColons=An IPv6 address may not contain more than 2 sequential
colon characters.
http.tooManyDoubleColons=An IPv6 address may only contain a single '::'
sequence.
http.tooManyHextets=The IPv6 address contains [{0}] hextets but a valid IPv6
address may not have more than 8.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]