Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
-
None
Description
Message bodies are written to XML as Base64 encoded CDATA elements. Some parser implementations won't read the entire CDATA element at once (e.g. Woodstox) so it's possible for multiple CDATA events to be combined into a single Base64 encoded string. You can't decode bits and pieces of each CDATA. Each CDATA has to be decoded in its entirety. The current importer doesn't deal with this properly.
Attachments
Issue Links
- links to