This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
from c32be7279 Merge pull request #667 from atlassian/WW-5292-operations new 6cde7b416 WW-5266 Implement struts.multipart.maxFileSize new 0c2d218b6 WW-5266 Disable struts.multipart.maxFileSize by default new ea9ff33a8 Merge pull request #665 from atlassian/WW-5266-max-filesize The 6532 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 | 6 +- .../struts2/config/entities/ConstantConfig.java | 18 ++++- .../multipart/AbstractMultiPartRequest.java | 12 ++- .../multipart/JakartaMultiPartRequest.java | 6 ++ .../multipart/JakartaStreamMultiPartRequest.java | 28 ++++--- .../org/apache/struts2/default.properties | 1 + .../org/apache/struts2/struts-messages.properties | 1 + .../interceptor/FileUploadInterceptorTest.java | 86 +++++++++++++++++----- .../dispatcher/multipart/PellMultiPartRequest.java | 12 +-- 9 files changed, 130 insertions(+), 40 deletions(-)