You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/12/13 13:24:02 UTC

svn commit: r1550707 - /tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

Author: markt
Date: Fri Dec 13 12:24:01 2013
New Revision: 1550707

URL: http://svn.apache.org/r1550707
Log:
Alternative fix for normalization issue that doesn't depend on RequestUtils which isn't available to Jasper.

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=1550707&r1=1550706&r2=1550707&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties (original)
+++ tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties Fri Dec 13 12:24:01 2013
@@ -229,6 +229,7 @@ jsp.error.internal.filenotfound=Internal
 jsp.error.parse.xml.invalidPublicId=Invalid PUBLIC ID: {0}
 jsp.error.unsupported.encoding=Unsupported encoding: {0}
 jsp.error.taglibDirective.absUriCannotBeResolved=The absolute uri: {0} cannot be resolved in either web.xml or the jar files deployed with this application
+jsp.error.taglibDirective.uriInvalid=The URI provided for a tag library [{0}] is not a valid URI
 jsp.error.taglibDirective.missing.location=Neither \'uri\' nor \'tagdir\' attribute specified
 jsp.error.taglibDirective.both_uri_and_tagdir=Both \'uri\' and \'tagdir\' attributes specified
 jsp.error.invalid.tagdir=Tag file directory {0} does not start with \"/WEB-INF/tags\"



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