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 C34B1200D51 for ; Thu, 23 Nov 2017 06:29:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C1CB1160BFD; Thu, 23 Nov 2017 05:29:37 +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 0BCC3160C0F for ; Thu, 23 Nov 2017 06:29:36 +0100 (CET) Received: (qmail 24695 invoked by uid 500); 23 Nov 2017 05:29:36 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 24632 invoked by uid 99); 23 Nov 2017 05:29:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2017 05:29:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AFE9DDFDF4; Thu, 23 Nov 2017 05:29:34 +0000 (UTC) From: fangwentong To: dev@commons.apache.org Reply-To: dev@commons.apache.org Message-ID: Subject: [GitHub] commons-fileupload pull request #12: FILEUPLOAD-288: detect file only if the... Content-Type: text/plain Date: Thu, 23 Nov 2017 05:29:34 +0000 (UTC) archived-at: Thu, 23 Nov 2017 05:29:38 -0000 GitHub user fangwentong opened a pull request: https://github.com/apache/commons-fileupload/pull/12 FILEUPLOAD-288: detect file only if the file written to disk. see https://issues.apache.org/jira/browse/FILEUPLOAD-288 You can merge this pull request into a Git repository by running: $ git pull https://github.com/fangwentong/commons-fileupload master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-fileupload/pull/12.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #12 ---- commit b28019b27ab06847815de02ed69fffdfa6bf18d1 Author: fangwentong Date: 2017-11-23T05:26:05Z FILEUPLOAD-288: detect file only if the file written to disk. ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org