This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
from 6a27f460c Merge pull request #660 from atlassian/WW-5268-excluded-package-exemptions add ca637ef70 WW-5285 Limits max number of files to upload at once Upgrades commons-fileupload to ver. 1.5 and sets default limit to 256 files add 13c93aaa7 WW-5285 Uses Long and null to check if option has been defined new ab0323148 Merge pull request #662 from apache/WW-5285-max-files 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: .../java/org/apache/struts2/StrutsConstants.java | 3 ++ .../struts2/config/entities/ConstantConfig.java | 10 +++++ .../multipart/AbstractMultiPartRequest.java | 18 ++++++--- .../multipart/JakartaMultiPartRequest.java | 27 ++++++++++--- .../multipart/JakartaStreamMultiPartRequest.java | 38 ++++++++++--------- .../org/apache/struts2/default.properties | 1 + .../org/apache/struts2/struts-messages.properties | 1 + .../interceptor/FileUploadInterceptorTest.java | 44 ++++++++++++++++++++++ .../dispatcher/multipart/PellMultiPartRequest.java | 6 +-- pom.xml | 2 +- 10 files changed, 118 insertions(+), 32 deletions(-)