lukaszlenart commented on code in PR #861:
URL: https://github.com/apache/struts/pull/861#discussion_r1469409762
##########
core/src/main/java/org/apache/struts2/StrutsConstants.java:
##########
@@ -142,18 +142,25 @@ public final class StrutsConstants {
/** The maximum size of a multipart request (file upload) */
public static final String STRUTS_MULTIPART_MAXSIZE =
"struts.multipart.maxSize";
+ /** The maximum size of all uploaded files.
+ Used only with {@link
org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest} */
+ public static final String STRUTS_MULTIPART_MAXSIZE_OF_FILES =
"struts.multipart.maxSizeOfFiles";
Review Comment:
IDEA doesn't complain about `MAXSIZE` that's why I left it, but you are
right :)
--
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]