[
https://issues.apache.org/jira/browse/WW-5501?focusedWorklogId=955139&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-955139
]
ASF GitHub Bot logged work on WW-5501:
--------------------------------------
Author: ASF GitHub Bot
Created on: 03/Feb/25 09:08
Start Date: 03/Feb/25 09:08
Worklog Time Spent: 10m
Work Description: lukaszlenart commented on code in PR #1203:
URL: https://github.com/apache/struts/pull/1203#discussion_r1939025308
##########
core/src/main/java/org/apache/struts2/dispatcher/multipart/JakartaMultiPartRequest.java:
##########
@@ -41,6 +43,16 @@ public class JakartaMultiPartRequest extends
AbstractMultiPartRequest {
private static final Logger LOG =
LogManager.getLogger(JakartaMultiPartRequest.class);
+ public JakartaMultiPartRequest() {
+ super(Boolean.FALSE.toString());
+ }
+
+ public JakartaMultiPartRequest(
Review Comment:
Hm... I've got an error without the default constructor, but you are right
and I will double check
Issue Time Tracking
-------------------
Worklog Id: (was: 955139)
Time Spent: 4.5h (was: 4h 20m)
> Exclude malicious names
> -----------------------
>
> Key: WW-5501
> URL: https://issues.apache.org/jira/browse/WW-5501
> Project: Struts 2
> Issue Type: Improvement
> Components: Core
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 6.7.1, 7.0.1
>
> Attachments: image-2025-01-09-10-11-17-169.png
>
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)