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 28c22d727b Restore i18n string incorrectly removed back in 2011
28c22d727b is described below
commit 28c22d727b094ae326f5790c2d21b900d2ea79e7
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Oct 9 13:51:36 2023 -0300
Restore i18n string incorrectly removed back in 2011
---
java/javax/el/LocalStrings.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git a/java/javax/el/LocalStrings.properties
b/java/javax/el/LocalStrings.properties
index 3c510859e1..02ce32b154 100644
--- a/java/javax/el/LocalStrings.properties
+++ b/java/javax/el/LocalStrings.properties
@@ -44,6 +44,8 @@ propertyNotWritable=Property [{1}] not writable on type [{0}]
propertyReadError=Error reading [{1}] on type [{0}]
propertyWriteError=Error writing [{1}] on type [{0}]
+resolverNotWritable=ELResolver not writable for type [{0}]
+
staticFieldELResolver.methodNotFound=No matching public static method named
[{0}] found on class [{1}]
staticFieldELResolver.notFound=No public static field named [{0}] was found on
(exported for Java 9+) class [{1}]
staticFieldELResolver.notWritable=Writing to static fields (in this case field
[{0}] on class [{1}]) is not permitted
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]