https://issues.apache.org/bugzilla/show_bug.cgi?id=50909
Summary: [PATCH] fixed bugs in MODCAParser
Product: Fop
Version: all
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26757)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26757)
PATCH
Under uncertain conditions, an EOFException is thrown by the MODCAParser when
invoking the mark/reset methods of a BufferedInputStream that wraps an input
stream of MODCA data. This patch provides a parsing solution that does not
rely on mark() and reset().
MODCAParser now correctly serializes structured fields that contain extension
data.
Patch includes unit test.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.