Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1.1
-
Fix Version/s: 4.1.3
-
Labels:None
-
Number of attachments :
Description
InputConfigFlags defines two flags with the same value:
final static int CFG_AUTO_CLOSE_INPUT = 0x2000;
final static int CFG_NORMALIZE_LFS = 0x2000;
Since CFG_NORMALIZE_LFS is included in ReaderConfig.DEFAULT_FLAGS_FULL, this means that the input stream is closed when XMLStreamReader#close() is called. This is in contradiction with the StAX specification.
Activity
Tatu Saloranta
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Tatu Saloranta
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 4.1.3 [ 18679 ] | |
| Resolution | Fixed [ 1 ] |