adam brin created WW-4726:
-----------------------------
Summary: MaxMultiPartUpload limited to 2GB (Long --> Integer)
Key: WW-4726
URL: https://issues.apache.org/jira/browse/WW-4726
Project: Struts 2
Issue Type: Bug
Components: Core, Dispatch Filter
Affects Versions: 2.5.8
Reporter: adam brin
In the following commit, the
{{org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest.setMaxSize}}
was changed from being a Long to being an Integer. The {{maxMultiPartSize}}
was calculated in Bytes and thus, by changing the format, it limits the maximum
from over 9EB(exabytes) to just around 2GB.
Worse, the default value appears to have been left probably as Long.MAX_SIZE
which means that if no value is provided then you get a NumberFormatException
thrown.
https://git-wip-us.apache.org/repos/asf/struts/repo?p=struts.git;a=commitdiff;h=4de8309d0aebb75d409119f2d4a6d06491dda2b4
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)