Details
Description
from ReaderConfig:
case PROP_NORMALIZE_LFS:
doTreatCharRefsAsEnts(ArgUtil.convertToBoolean(propName, value));
break;
looks like a typo? this ends up twiddling the wrong bit; CFG_TREAT_CHAR_REFS_AS_ENTS rather than CFG_NORMALIZE_LFS
Workaround seems to be:
((WstxInputFactory)inputFactory).getConfig().doNormalizeLFs(false);
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.0.11 [ 17429 ] | |
| Fix Version/s | 4.1.2 [ 17430 ] | |
| Resolution | Fixed [ 1 ] |
Yes, definitely sounds like cut'n paste error on developer's (my...) part.