You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "kusalk (via GitHub)" <gi...@apache.org> on 2023/03/07 02:22:45 UTC

[GitHub] [struts] kusalk commented on a diff in pull request #665: WW-5266 Implement struts.multipart.maxFileSize

kusalk commented on code in PR #665:
URL: https://github.com/apache/struts/pull/665#discussion_r1127272949


##########
core/src/main/resources/org/apache/struts2/default.properties:
##########
@@ -69,6 +69,7 @@ struts.multipart.parser=jakarta
 struts.multipart.saveDir=
 struts.multipart.maxSize=2097152
 struts.multipart.maxFiles=256
+struts.multipart.maxFileSize=2097152

Review Comment:
   We could always make this `-1` so it's unused by default and won't break backwards compatibility for existing Struts applications.



-- 
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: issues-unsubscribe@struts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org