You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2023/03/01 18:00:30 UTC

[struts] branch master updated (6a27f460c -> ab0323148)

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(-)


[struts] 01/01: Merge pull request #662 from apache/WW-5285-max-files

Posted by ya...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit ab03231484bd88fabb899aa4b5b41c66da1038b5
Merge: 6a27f460c 13c93aaa7
Author: Yasser Zamani <ya...@apache.org>
AuthorDate: Wed Mar 1 21:30:20 2023 +0330

    Merge pull request #662 from apache/WW-5285-max-files
    
    [WW-5285] Limits max number of files to upload at once

 .../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(-)