(tick) These are the notes for the Struts version 7.0.2 distribution.

(tick) For prior notes in this release series, see Version Notes 7.0.0

Maven users

If you are a Maven user, you might want to get started using the Maven Archetype.

Maven Dependency
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-core</artifactId>
  <version>7.0.2</version>
</dependency>

You can also use Struts Archetype Catalog like below

Struts Archetype Catalog
mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/
Staging Repository
<repositories>
  <repository>
    <id>apache.nexus</id>
    <name>ASF Nexus Staging</name>
    <url>https://repository.apache.org/content/groups/staging/</url>
  </repository>
</repositories>

Bug

  • [WW-5495] - Tomcat 11 and ".action" send empty page
  • [WW-5498] - <s:token /> with devMode enabled causes actionError
  • [WW-5500] - Multipart Requests are not recognized
  • [WW-5516] - Session theme problems after struts2 migration to 6.4.0
  • [WW-5517] - The debug Struts tag throws an error.
  • [WW-5526] - attribute lookup against PageContext leads to NPE

Improvement

  • [WW-5501] - Exclude malicious names
  • [WW-5510] - Deprecates support for tooltip attribute in tags
  • [WW-5512] - Support injecting empty optional parameters into constructors

Task

  • [WW-5499] - Missing struts2-sitemesh-plugin from repository

Dependency

  • [WW-5503] - Remove unused dependencies
  • [WW-5507] - Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4.1
  • [WW-5508] - Bump commons-io:commons-io from 2.15.1 to 2.18.0
  • [WW-5515] - Bump byte-buddy.version from 1.14.11 to 1.15.11
  • [WW-5521] - Bump byte-buddy.version from 1.15.11 to 1.16.1
  • [WW-5522] - Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0

Issue Detail

Issue List

Other resources