Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Labels:None
-
Number of attachments :
Description
According the Stax spec, the getElementText() call:
Precondition: the current event is START_ELEMENT.
Postcondition: the current event is the corresponding END_ELEMENT.
The current implementation just returns the text. It does not advance it to the END_ELEMENT.
This is a bug hit by a CXF user:
https://issues.apache.org/jira/browse/CXF-1578