Author: markt Date: Mon Dec 10 12:36:52 2018 New Revision: 1848565 URL: http://svn.apache.org/viewvc?rev=1848565&view=rev Log: Correct escaping of single quotes
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties?rev=1848565&r1=1848564&r2=1848565&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties [UTF-8] (original) +++ tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings.properties [UTF-8] Mon Dec 10 12:36:52 2018 @@ -33,7 +33,7 @@ parameters.maxCountFail=More than the ma parameters.maxCountFail.fallToDebug=\n\ \ Note: further occurrences of this error will be logged at DEBUG level. parameters.multipleDecodingFail=Character decoding failed. A total of [{0}] failures were detected but only the first was logged. Enable debug level logging for this logger to log all failures. -parameters.noequal=Parameter starting at position [{0}] and ending at position [{1}] with a value of [{2}] was not followed by an '=' character +parameters.noequal=Parameter starting at position [{0}] and ending at position [{1}] with a value of [{2}] was not followed by an ''='' character rfc6265CookieProcessor.invalidCharInValue=An invalid character [{0}] was present in the Cookie value rfc6265CookieProcessor.invalidDomain=An invalid domain [{0}] was specified for this cookie --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org