[
https://issues.apache.org/jira/browse/WW-5141?focusedWorklogId=895707&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-895707
]
ASF GitHub Bot logged work on WW-5141:
--------------------------------------
Author: ASF GitHub Bot
Created on: 14/Dec/23 18:32
Start Date: 14/Dec/23 18:32
Worklog Time Spent: 10m
Work Description: sepe81 commented on code in PR #778:
URL: https://github.com/apache/struts/pull/778#discussion_r1427122866
##########
core/src/test/java/org/apache/struts2/dispatcher/mapper/Restful2ActionMapperTest.java:
##########
@@ -61,11 +62,11 @@ public Configuration getConfiguration() {
}
public void testGetIndex() throws Exception {
- req.setupGetRequestURI("/my/namespace/foo/");
- req.setupGetServletPath("/my/namespace/foo/");
- req.setupGetAttribute(null);
- req.addExpectedGetAttributeName("javax.servlet.include.servlet_path");
- req.setupGetMethod("GET");
+ req.setRequestURI("/my/namespace/foo/");
+ req.setServletPath("/my/namespace/foo/");
+ //
Review Comment:
remove empty comments or is something missing?
Issue Time Tracking
-------------------
Worklog Id: (was: 895707)
Time Spent: 8h (was: 7h 50m)
> 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
> Labels: M1
> Fix For: 7.0.0
>
> Attachments: pom.xml
>
> Time Spent: 8h
> 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)