This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 437e0d4385 Restore i18n string incorrectly removed back in 2011 437e0d4385 is described below commit 437e0d438546c13d74cbf2e10effeb7b8634861d Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Oct 9 13:51:36 2023 -0300 Restore i18n string incorrectly removed back in 2011 --- java/jakarta/el/LocalStrings.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/jakarta/el/LocalStrings.properties b/java/jakarta/el/LocalStrings.properties index 068877d62e..c337c071e5 100644 --- a/java/jakarta/el/LocalStrings.properties +++ b/java/jakarta/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 class [{1}] staticFieldELResolver.notWritable=Writing to static fields (in this case field [{0}] on class [{1}]) is not permitted --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org