]> source.dussan.org Git - poi.git/commit
Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are now...
authorNick Burch <nick@apache.org>
Thu, 21 Feb 2008 15:35:59 +0000 (15:35 +0000)
committerNick Burch <nick@apache.org>
Thu, 21 Feb 2008 15:35:59 +0000 (15:35 +0000)
commitd698c73fc6c8083e0ffbaaac1b864bf9788ed03d
tree506f15b0b2210417d5ab036cbaf62d78e9a571a6
parentb5dfd29cfc7b3caaf942012b002cc03c680331ee
Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are now automatically closed. A warning is generated for people who might've relied on them not being closed before, and a wrapper to restore the old behaviour is supplied

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629829 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java
src/testcases/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java [new file with mode: 0755]