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
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]