]> source.dussan.org Git - poi.git/commit
- Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summary Infor...
authorRainer Klute <klute@apache.org>
Fri, 8 Feb 2008 11:55:43 +0000 (11:55 +0000)
committerRainer Klute <klute@apache.org>
Fri, 8 Feb 2008 11:55:43 +0000 (11:55 +0000)
commit2ae2bf346fcd02d2477a481d1c66b0bb17992f7b
treeba80f505282161e76c6f1c1655302da4def24f54
parentf635d275148e5b370903bdb59b2605e61b90cb99
- Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summary Information stream. RuntimeExceptions that occured when trying to read bogus data are now caught. Dictionary entries up to but not including the bogus one are preserved, the rest is ignored.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619848 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hpsf/Property.java
src/java/org/apache/poi/hpsf/Section.java
src/java/org/apache/poi/hpsf/VariantSupport.java
src/testcases/org/apache/poi/hpsf/basic/TestBasic.java
src/testcases/org/apache/poi/hpsf/basic/TestBugs.java [deleted file]
src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java [new file with mode: 0644]
src/testcases/org/apache/poi/hpsf/data/Bug44375.xls [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestBug44375.xls [new file with mode: 0644]