kusalk commented on code in PR #1203:
URL: https://github.com/apache/struts/pull/1203#discussion_r1938998182
##########
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:
Do we need an `@Inject` on the constructor too - does the container
definitely use this constructor?
--
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]