Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ limitations under the License.
<slf4j.version>1.7.36</slf4j.version>
<spring.version>5.3.20</spring.version>
<spring.security.version>5.7.1</spring.security.version>
<struts.version>2.5.29</struts.version>
<struts.version>6.1.2</struts.version>
<velocity.version>2.3</velocity.version>
<webjars.version>1.6</webjars.version>
<ws-commons-util.version>1.0.2</ws-commons-util.version>
Expand Down Expand Up @@ -499,7 +499,7 @@ limitations under the License.
<dependency>
<groupId>com.jgeppert.struts2.bootstrap</groupId>
<artifactId>struts2-bootstrap-plugin</artifactId>
<version>4.0.1</version>
<version>5.0.0</version>
</dependency>

<dependency>
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/resources/struts.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down