Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A1F86200BE7 for ; Tue, 20 Dec 2016 17:01:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A07D2160B34; Tue, 20 Dec 2016 16:01:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F39CD160B12 for ; Tue, 20 Dec 2016 17:01:01 +0100 (CET) Received: (qmail 48035 invoked by uid 500); 20 Dec 2016 16:01:01 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 47945 invoked by uid 99); 20 Dec 2016 16:01:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2016 16:01:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D7EAB2C2A68 for ; Tue, 20 Dec 2016 16:01:00 +0000 (UTC) Date: Tue, 20 Dec 2016 16:01:00 +0000 (UTC) From: "adam brin (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4726) MaxMultiPartUpload limited to 2GB (Long --> Integer) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 20 Dec 2016 16:01:02 -0000 [ https://issues.apache.org/jira/browse/WW-4726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764518#comment-15764518 ] adam brin commented on WW-4726: ------------------------------- thanks. This is a blocker for us for deploying any new version of our app as we regularly get uploads > 2GB. The change seems to try and unify the normal multi-part handler with the pell-multipart-plugin which uses http.utils.multipartrequest.ServletMultipartRequest and requires an int. I'd create a pull request, but I'm not familiar with this plugin or the overall implications. > 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 > Fix For: 2.5.next > > > 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)