Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3.1
-
Labels:None
-
Number of attachments :
Description
In the class org.codehaus.jettison.mapped.MappedXMLStreamReader, the function getTextCharacters is overridden in a wrong way.
public int getTextCharacters(int arg0, char[] arg1, int arg2, int arg3) throws XMLStreamException { // TODO Auto-generated method stub return 0; }
I think the better fix is to remove this function to use the function getTextCharacters from org.codehaus.jettison.AbstractXMLStreamReader
Activity
Sergey Beryozkin
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.3.1 [ 18239 ] | |
| Assignee | Sergey Beryozkin [ sergey_beryozkin ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |