Details
-
Type:
Bug
-
Status:
In Progress
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.0.7
-
Fix Version/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
Scenario: WstxSAXParser is used to parse a document containing a single large CDATA section. Coalescing is not enabled.
Expected behavior (cross-checked with a standard SAX parser): The SAX parser should report a single CDATA section (i.e. issue a single invocation of startCDATA/endCDATA), but submit several segments to the content handler (i.e. invoke "characters" multiple times).
Actual behavior: WstxSAXParser calls startCDATA/endCDATA for each segment.