Change the behaviour on short last blocks to be a warning not an exception, as some...
commit22983a82124a363256ecb5601e1f248c5795c6be
authorNick Burch <nick@apache.org>
Thu, 6 Mar 2008 15:54:06 +0000 (6 15:54 +0000)
committerNick Burch <nick@apache.org>
Thu, 6 Mar 2008 15:54:06 +0000 (6 15:54 +0000)
tree96aec90414781282b6da90a1b30de22ce9105cdf
parent95316283fbbaed6ddde81ee3473e21b56bb21f8e
Change the behaviour on short last blocks to be a warning not an exception, as some people seem to have "real" valid files that trigger this. Fixed bug #28231

git-svn-id: https://svn.eu.apache.org/repos/asf/poi/trunk@634318 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/poifs/storage/RawDataBlock.java
src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java
src/testcases/org/apache/poi/poifs/storage/TestRawDataBlockList.java
src/testcases/org/apache/poi/util/DummyPOILogger.java [new file with mode: 0644]