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 <mariotti.sh...@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-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org