https://issues.apache.org/bugzilla/show_bug.cgi?id=49139
--- Comment #11 from [email protected] 2010-05-04 07:37:41 EDT --- (In reply to comment #10) > Thanks for the testcase. I've been able to reproduce the bug > > Alas it looks like it's going to take some digging to find out why it's > breaking as it is though... > > Failing test case is committed to svn in > src/testcases/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java (but > disabled) if anyone else fancies taking a look first! I looked into the first issue of the bug and it appears that it's in fact a bug in my code triggered by the modifications you've done to fix the 4k block issue. - To display Thumbnail, my code access a metadata hash without testing if it's available. For some raison it's available when using previous poi library and no yet available when using the latest library. It looks like you've changed the order you're accessing OLE streams. - The second issue is the only concern that remains. Thanks and sorry for the trouble caused by the false first issue. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
