You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mmariotti <gi...@git.apache.org> on 2017/11/05 09:34:59 UTC

[GitHub] commons-io pull request #49: [IO-554] fixed: prevent input stream close

GitHub user mmariotti opened a pull request:

    https://github.com/apache/commons-io/pull/49

    [IO-554] fixed: prevent input stream close

    [IO-554] FileUtils.copyToFile(InputStream source, File destination) closes input stream.
    Fixed removing 'source' from try-with-resources.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mmariotti/commons-io patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-io/pull/49.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 #49
    
----
commit c9fb10f0e45ec66cff342692fd440d06da250e88
Author: Michele Mariotti <ma...@gmail.com>
Date:   2017-11-05T09:32:16Z

    [IO-554] fixed: prevent input stream close
    
    [IO-554] FileUtils.copyToFile(InputStream source, File destination) closes input stream.
    Fixed removing 'source' from try-with-resources.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-io pull request #49: [IO-554] fixed: prevent input stream close

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-io/pull/49


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org