https://bz.apache.org/bugzilla/show_bug.cgi?id=59841
Andreas Beeker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34046|0 |1 is obsolete| | --- Comment #17 from Andreas Beeker <[email protected]> --- Created attachment 34047 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34047&action=edit new OPCPackage.open(ZipEntrySource) method / custom encrypted temp zip There's an error in handling InputStreams via available() in reading shared strings tables, i.e. assuming EOF on available() == 0 is simply wrong. I've fixed it for this use case, but on a quick search, this wrong assumption is also on various other places. So check if it works for you and I open a new ticket for fixing the other invocations. -- 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]
