This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new cd8dac7 Add missing string cd8dac7 is described below commit cd8dac79261f890d511092ac792d6459da9bb93c Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Oct 7 16:20:17 2021 +0100 Add missing string --- java/org/apache/jasper/resources/LocalStrings.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/jasper/resources/LocalStrings.properties b/java/org/apache/jasper/resources/LocalStrings.properties index c21151c..dfe77e4 100644 --- a/java/org/apache/jasper/resources/LocalStrings.properties +++ b/java/org/apache/jasper/resources/LocalStrings.properties @@ -49,6 +49,7 @@ jsp.error.cannotAddResolver=Cannot call addELResolver after the first request ha jsp.error.classname=Cannot determine classname from .class file jsp.error.coerce_to_type=Cannot coerce value [{2}] to type [{1}] for attribute [{0}]. jsp.error.compilation=Error compiling file: [{0}] [{1}] +jsp.error.compilation.dependent=Failed to load class [{0}] jsp.error.compilation.jdt=Compilation error jsp.error.compilation.jdtProblemError=Error processing JDT problems list jsp.error.compilation.source=Error loading source file [{0}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org