This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
from 0bcb6516b Merge pull request #1151 from apache/feature/homepage
add 552f7eba7 WW-5501 Excludes malicious names
add bbdb38ded WW-5501 Uses StringUtils.normalizeSpace instead of
sanitizeNewlines
new 36ca20d3d Merge pull request #1157 from
apache/feature/WW-5501-exclude-s7
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../multipart/AbstractMultiPartRequest.java | 16 ++++++
.../multipart/JakartaMultiPartRequest.java | 25 ++++++--
.../multipart/JakartaStreamMultiPartRequest.java | 28 ++++++---
.../security/DefaultExcludedPatternsChecker.java | 3 +-
.../multipart/AbstractMultiPartRequestTest.java | 35 +++++++++++-
.../multipart/JakartaMultiPartRequestTest.java | 6 +-
.../JakartaStreamMultiPartRequestTest.java | 5 +-
.../ActionFileUploadInterceptorTest.java | 66 +++++++++++++++++++++-
.../DefaultExcludedPatternsCheckerTest.java | 2 +-
9 files changed, 169 insertions(+), 17 deletions(-)