https://bz.apache.org/bugzilla/show_bug.cgi?id=58262
Bug ID: 58262
Summary: ReadOnlySharedStringsTable should avoid trying to
parse an empty stream
Product: POI
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: SXSSF
Assignee: [email protected]
Reporter: [email protected]
The fix for bug 57482 has affected our hybrid streaming/DOM based parse (as
demonstrated on bug 58219).
We initialize a ReadOnlySharedStringsTable from the OCPPackage obtained
directly from an XSSFWorkbook. Unfortunately this now has an empty part for the
SST which provides an empty stream, which the read-only shared strings table
blows up trying to read.
ReadOnlySharedStringsTable already copes with the absence of an SST part, so I
think it should behave similarly when the part has an empty stream.
--
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]