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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
