Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.5
-
None
-
None
-
Operating System: All
Platform: All
-
50909
Description
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.