[
https://issues.apache.org/jira/browse/WW-5388?focusedWorklogId=902956&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-902956
]
ASF GitHub Bot logged work on WW-5388:
--------------------------------------
Author: ASF GitHub Bot
Created on: 01/Feb/24 07:19
Start Date: 01/Feb/24 07:19
Worklog Time Spent: 10m
Work Description: lukaszlenart commented on PR #861:
URL: https://github.com/apache/struts/pull/861#issuecomment-1920656665
@burtonrhodes did you have a chance to re-test the latest changes?
Everything works fine when testing with the Showcase app yet it uses the new
action upload interceptor, but still the same MultiPartParser is used behind
the scene. I even added a dedicated integration test to cover max files
constraint.
Issue Time Tracking
-------------------
Worklog Id: (was: 902956)
Time Spent: 9h (was: 8h 50m)
> Upgrade Commons Fileupload to FileUpload Jakarta Servlet 6
> ----------------------------------------------------------
>
> Key: WW-5388
> URL: https://issues.apache.org/jira/browse/WW-5388
> Project: Struts 2
> Issue Type: Improvement
> Components: Core
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 7.0.0
>
> Time Spent: 9h
> Remaining Estimate: 0h
>
> There is a new version of JakartaEE FileUpload
> {code:xml}
> <dependency>
> <groupId>org.apache.commons</groupId>
> <artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
> <version>2.0.0-M2</version>
> </dependency>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)