DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
These are the notes for the Struts version 6.6.1 distribution.
For prior notes in this release series, see Version Notes 6.6.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.6.1</version> </dependency>
You can also use Struts Archetype Catalog like below
Struts Archetype Catalog
mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/
Bug
- [WW-5297] - Decorator not working after invalidating session
- [WW-5446] - <result> file paths are broken (not clickable) in the struts.xml files
- [WW-5447] - Radio Tag not supporting labelPosition attribute
- [WW-5451] - NullPointerException when <s:iterator> value array contains a null in the first entry
- [WW-5461] - Multiple uploaded files cannot be processed individually
Dependency
- [WW-5448] - Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0
- [WW-5460] - Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.1