These are the notes for the Struts version 6.7.2 distribution.
For prior notes in this release series, see Version Notes 6.7.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>6.7.2</version> </dependency>
You can also use Struts Archetype Catalog like below
Struts Archetype Catalog
mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/
Bug
- [WW-5493] - Removing parameters broke custom components
- [WW-5497] - Access to non-static members of class objects fails with IllegalArgumentException
- [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-5526] - attribute lookup against PageContext leads to NPE
Improvement
- [WW-5501] - Exclude malicious names
- [WW-5512] - Support injecting empty optional parameters into constructors