[GitHub] commons-io pull request #49: [IO-554] fixed: prevent input stream close
Github user asfgit closed the pull request at: https://github.com/apache/commons-io/pull/49 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org
[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