Author: markt
Date: Thu Sep 25 20:11:08 2014
New Revision: 1627640

URL: http://svn.apache.org/r1627640
Log:
Avid issues causes by multiple filtering of unsafe HTML characters.

Modified:
    tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties?rev=1627640&r1=1627639&r2=1627640&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties 
(original)
+++ tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties Thu 
Sep 25 20:11:08 2014
@@ -133,7 +133,7 @@ jsp.warning.unknown.element.in.function=
 jsp.error.teiclass.instantiation=Failed to load or instantiate TagExtraInfo 
class: {0}
 jsp.error.non_null_tei_and_var_subelems=Tag {0} has one or more variable 
subelements and a TagExtraInfo class that returns one or more VariableInfo
 jsp.error.parse.error.in.TLD=Parse Error in the tag library descriptor: {0}
-jsp.error.file.not.found=File \"{0}\" not found
+jsp.error.file.not.found=File [{0}] not found
 jsp.error.missing_attribute=According to the TLD or the tag file, attribute 
{0} is mandatory for tag {1}
 jsp.error.bad_attribute=Attribute {0} invalid for tag {1} according to TLD
 jsp.error.tld.unable_to_get_jar=Unable to get JAR resource \"{0}\" containing 
TLD: {1}



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

Reply via email to