This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch release/struts-6-7-x
in repository https://gitbox.apache.org/repos/asf/struts.git
from f5688e680 Merge pull request #1150 from
apache/feature/prepare-development
add 09993e347 WW-5501 Exclude malicious names
add 3ea126388 WW-5501 Uses StringUtils.normalizeSpace instead of
sanitizeNewlines
new c8febc205 Merge pull request #1156 from apache/feature/WW-5501-exclude
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:
.../security/DefaultExcludedPatternsChecker.java | 1 +
.../multipart/AbstractMultiPartRequest.java | 11 ++++
.../multipart/JakartaMultiPartRequest.java | 28 ++++++---
.../multipart/JakartaStreamMultiPartRequest.java | 28 ++++++---
.../DefaultExcludedPatternsCheckerTest.java | 2 +-
.../ActionFileUploadInterceptorTest.java | 73 +++++++++++++++++++++-
.../interceptor/FileUploadInterceptorTest.java | 73 +++++++++++++++++++++-
7 files changed, 195 insertions(+), 21 deletions(-)