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 E3D1B200B41 for ; Thu, 7 Jul 2016 08:55:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E25EB160A75; Thu, 7 Jul 2016 06:55:12 +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 304DB160A59 for ; Thu, 7 Jul 2016 08:55:12 +0200 (CEST) Received: (qmail 2133 invoked by uid 500); 7 Jul 2016 06:55:11 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 2096 invoked by uid 99); 7 Jul 2016 06:55:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2016 06:55:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0FC2E2C02A6 for ; Thu, 7 Jul 2016 06:55:11 +0000 (UTC) Date: Thu, 7 Jul 2016 06:55:11 +0000 (UTC) From: "JoshuaXu (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FILEUPLOAD-275) when FileSizeLimitExceededException occur,the original InputStream is closed! MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Jul 2016 06:55:13 -0000 JoshuaXu created FILEUPLOAD-275: ----------------------------------- Summary: when FileSizeLimitExceededException occur,the original InputStream is closed! Key: FILEUPLOAD-275 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-275 Project: Commons FileUpload Issue Type: Bug Affects Versions: 1.3.2, 1.3.1 Reporter: JoshuaXu integrate Common-fileupload with spring boot ,when FileSizeLimitExceededException accurs, the original InputStream is closed which make the browser lost the response,and the browser then get a "Connection Reset"error. -- This message was sent by Atlassian JIRA (v6.3.4#6332)