Bug 60342

Summary: Handle null SdtContentCell within an SdtCell
Product: POI Reporter: Tim Allison <tallison>
Component: XWPFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.16-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
URL: https://issues.apache.org/jira/browse/TIKA-2158

Description Tim Allison 2016-11-04 15:16:04 UTC
On TIKA-2158, Seva Alekseyev shared a document that contains an SdtCell that does not have an SdtContentCell.  According to the ECMA standard [1] (pdf page 3842, printed page number 3832), an SdtCell does not need to have an SdtContentCell.  We should handle the case of a non-existent SdtContentCell.
Comment 1 Tim Allison 2016-11-04 15:22:09 UTC
r1768054