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 f388f6a67 Merge pull request #1030 from
apache/dependabot/maven/spring.platformVersion-5.3.39
add 735d1bc88 WW-5461 Extends UploadedFile with inputName field
new b04ad6b41 Merge pull request #1040 from apache/fix/WW-5461-input-name
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:
.../showcase/fileupload/FileUploadAction.java | 6 ++++
.../webapp/WEB-INF/fileupload/upload-success.jsp | 3 +-
.../apache/struts2/showcase/FileUploadTest.java | 32 ++++++++++++++++++++--
.../multipart/JakartaMultiPartRequest.java | 1 +
.../multipart/JakartaStreamMultiPartRequest.java | 15 ++++++++--
.../dispatcher/multipart/StrutsUploadedFile.java | 19 +++++++++++--
.../struts2/dispatcher/multipart/UploadedFile.java | 9 ++++++
.../ActionFileUploadInterceptorTest.java | 5 ++++
.../interceptor/FileUploadInterceptorTest.java | 5 ++++
.../dispatcher/multipart/PellMultiPartRequest.java | 1 +
10 files changed, 88 insertions(+), 8 deletions(-)