From 0e6ad8c34e40008272027099a9b85f9899e0ce53 Mon Sep 17 00:00:00 2001 From: ghuber Date: Wed, 22 Mar 2023 14:44:52 +0000 Subject: [PATCH] Upgrade to struts 6.1.2 --- app/pom.xml | 4 ++-- app/src/main/resources/struts.properties | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index 4431c026fe..4a6ace56c9 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -57,7 +57,7 @@ limitations under the License. 1.7.36 5.3.20 5.7.1 - 2.5.29 + 6.1.2 2.3 1.6 1.0.2 @@ -499,7 +499,7 @@ limitations under the License. com.jgeppert.struts2.bootstrap struts2-bootstrap-plugin - 4.0.1 + 5.0.0 diff --git a/app/src/main/resources/struts.properties b/app/src/main/resources/struts.properties index fd2435c322..33e57b332c 100644 --- a/app/src/main/resources/struts.properties +++ b/app/src/main/resources/struts.properties @@ -13,6 +13,9 @@ struts.devMode=false struts.configuration.xml.reload=false struts.i18n.reload=false +# search ApplicationResourses.prperties first then follow class hierarchy +# struts.i18n.search.defaultbundles.first=true + # this enables the translation of action="foo!method" to work nicely struts.enable.DynamicMethodInvocation=true struts.mapper.action.prefix.enabled=true