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 2021/10/07 15:21:12 UTC

[tomcat] branch 8.5.x updated: Add missing string

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 6228c43  Add missing string
6228c43 is described below

commit 6228c4355760f076f2d64d782214c2592d98bd52
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 eb8b0b3..f25def5 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org