| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-02-20 | 2.7 kB | |
| Struts 6.7.4 source code.tar.gz | 2025-02-20 | 3.2 MB | |
| Struts 6.7.4 source code.zip | 2025-02-20 | 6.9 MB | |
| Totals: 3 Items | 10.1 MB | 0 | |
What's Changed
- WW-5493 Restores parameters and uses getAttributes() by @lukaszlenart in https://github.com/apache/struts/pull/1141
- Sets version to 6.7.1-SNAPSHOT to prepare for another development cycle by @lukaszlenart in https://github.com/apache/struts/pull/1150
- WW-5501 Exclude malicious names by @lukaszlenart in https://github.com/apache/struts/pull/1156
- Updates .asf.yaml to match main by @lukaszlenart in https://github.com/apache/struts/pull/1158
- Excludes new & old packages by @lukaszlenart in https://github.com/apache/struts/pull/1167
- WW-5498 Adds devMode errors as action messages to avoid breaking validation logic by @lukaszlenart in https://github.com/apache/struts/pull/1168
- WW-5500 Extends pattern to validate multipart uploads by @lukaszlenart in https://github.com/apache/struts/pull/1169
- WW-5501 Only exclude malicious file names by @lukaszlenart in https://github.com/apache/struts/pull/1181
- WW-5512 Extends the container to support injecting optional parameters into constructor by @lukaszlenart in https://github.com/apache/struts/pull/1175
- Fixes nightlies builds by @lukaszlenart in https://github.com/apache/struts/pull/1192
- WW-5516 Fix TemplateDir and Theme fallback to Request/Session/Application attributes by @kusalk in https://github.com/apache/struts/pull/1190
- Simplifies Jenkinsfile to build Struts 6.x by @lukaszlenart in https://github.com/apache/struts/pull/1194
- Defines proper snapshot version by @lukaszlenart in https://github.com/apache/struts/pull/1195
- Defines proper snapshot version for BOM by @lukaszlenart in https://github.com/apache/struts/pull/1202
- 6.7: WW-5526 Fix AttributeMap NPE when PageContext has no request by @kusalk in https://github.com/apache/struts/pull/1210
- WW-5501 Ignores DMI related action field by @lukaszlenart in https://github.com/apache/struts/pull/1211
- 6.7: WW-5528 Ensure multipart upload illegal characters reported as error by @kusalk in https://github.com/apache/struts/pull/1215
- WW-5501 Reverts all changes related to WW-5501 by @lukaszlenart in https://github.com/apache/struts/pull/1218
- 6.7: WW-5525 Fix NPE in ProxyUtil for SecurityMemberAccess originating static members by @kusalk in https://github.com/apache/struts/pull/1220
- Drops unused misleading setter setMaxLength in favour of setMaxlength by @lukaszlenart in https://github.com/apache/struts/pull/1222
- WW-5531 Enforce JRE8 compatibility (when compiled on JDK9+) by @kusalk in https://github.com/apache/struts/pull/1225
- WW-5529 Adds autogenerated files with updated desc by @lukaszlenart in https://github.com/apache/struts/pull/1226
Full Changelog: https://github.com/apache/struts/compare/STRUTS_6_7_0...STRUTS_6_7_4