This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 151b024 Add missing string 151b024 is described below commit 151b02493d7771d2404efcec34e1ec150004dbb0 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 25673d5..7f5c904 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