Bug 51424 - Ignore exceptions in ParagraphSprmUncompressor
Summary: Ignore exceptions in ParagraphSprmUncompressor
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HWPF (show other bugs)
Version: 3.8-dev
Hardware: All All
: P2 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-23 08:07 UTC by Sergey Vladimirov
Modified: 2011-06-23 11:21 UTC (History)
0 users



Attachments
patch (1.37 KB, patch)
2011-06-23 08:07 UTC, Sergey Vladimirov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Vladimirov 2011-06-23 08:07:42 UTC
Created attachment 27197 [details]
patch

I believe SPRM Uncompressor should ignore exceptions and errors from source file. More convenient is to add some "force" option to allow parsing "bad" files or files with unknown structure.
Comment 1 Yegor Kozlov 2011-06-23 11:21:22 UTC
Applied in r1138834

Yegor