https://issues.apache.org/bugzilla/show_bug.cgi?id=45437
Summary: WordExtractor throws OutOfMemoryError on password
protected Word files
Product: POI
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: HWPF
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Using POI-3.1-final I get the stack trace below:
java.lang.OutOfMemoryError: Java heap space
at
org.apache.poi.hwpf.model.UnhandledDataStructure.<init>(UnhandledDataStructure.java:28)
at
org.apache.poi.hwpf.model.FIBFieldHandler.<init>(FIBFieldHandler.java:162)
at
org.apache.poi.hwpf.model.FileInformationBlock.fillVariableFields(FileInformationBlock.java:67)
at org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:177)
at
org.apache.poi.hwpf.extractor.WordExtractor.<init>(WordExtractor.java:56)
at
org.apache.poi.hwpf.extractor.WordExtractor.<init>(WordExtractor.java:48)
--
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]