[
https://issues.apache.org/jira/browse/WW-5141?focusedWorklogId=890134&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-890134
]
ASF GitHub Bot logged work on WW-5141:
--------------------------------------
Author: ASF GitHub Bot
Created on: 12/Nov/23 19:29
Start Date: 12/Nov/23 19:29
Worklog Time Spent: 10m
Work Description: tyme-dev commented on PR #778:
URL: https://github.com/apache/struts/pull/778#issuecomment-1807217384
@jdyer1 I've went ahead and got Commons-Upload tests working and converted
over to Fileupload2-jakarta.
since your pr is the reference one, I've went ahead and did a pull request
on your branch in order to get it over here.
Only a few things were trip-ups :
- fileupload doesn't seem to be reporting actual size of files if they are
larger than size limit, so i had to change error messages.
- setting threshold for writing file to disk, using -1 no longer seems to
work, neither does 0. Got it working with a threshold of 1 though.
- had to reorder exception instance check since FileSize exceptions have
changed which exception classes they inherit
Issue Time Tracking
-------------------
Worklog Id: (was: 890134)
Time Spent: 1.5h (was: 1h 20m)
> Support for JEE 9+
> -------------------
>
> Key: WW-5141
> URL: https://issues.apache.org/jira/browse/WW-5141
> Project: Struts 2
> Issue Type: New Feature
> Components: Core
> Reporter: Daniel Le Berre
> Priority: Major
> Fix For: 7.0.0
>
> Attachments: pom.xml
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> JEE 9 breaks the JEE API by replacing javax domain by jakarta.
> Tomcat 10 implements some specifications of JEE 9.
> Struts 2.5 has some dependencies with the javax servlet API.
> Struts would require some changes to run on Tomcat 10+.
> Is there any plan to support JEE 9+ in the future?
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)