Bug 55191 - Avoid a ClassCastException if a HPSF string property isn't directly stored as a string
Summary: Avoid a ClassCastException if a HPSF string property isn't directly stored as...
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HPSF (show other bugs)
Version: 3.10-dev
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 11:21 UTC by Nick Burch
Modified: 2013-07-03 11:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Burch 2013-07-03 11:21:38 UTC
Reported as https://issues.apache.org/jira/browse/TIKA-1143

When the String based HPSF getters on SummaryInformation and DocumentSummaryInformation are called, there should be a check (and if possible a workaround) if a non-string value is found, rather than a ClassCastException
Comment 1 Nick Burch 2013-07-03 11:36:21 UTC
Fixed in r1499329.