This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 080a685 Fix el messages resource name 080a685 is described below commit 080a68535d9a402c9c6630e0937f5b3aa9b6c04e Author: remm <r...@apache.org> AuthorDate: Thu Jan 27 16:26:37 2022 +0100 Fix el messages resource name --- modules/stuffed/tomcat-resource.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stuffed/tomcat-resource.json b/modules/stuffed/tomcat-resource.json index f397816..96746e7 100644 --- a/modules/stuffed/tomcat-resource.json +++ b/modules/stuffed/tomcat-resource.json @@ -46,7 +46,7 @@ {"name":"org.apache.coyote.http11.filters.LocalStrings"}, {"name":"org.apache.coyote.http11.upgrade.LocalStrings"}, {"name":"org.apache.coyote.http2.LocalStrings"}, - {"name":"org.apache.el.Messages"}, + {"name":"org.apache.el.LocalStrings"}, {"name":"org.apache.jasper.resources.LocalStrings"}, {"name":"org.apache.naming.LocalStrings"}, {"name":"org.apache.naming.factory.LocalStrings"}, --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org