Details
-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
6u37, 7-pool, 8
-
generic
-
generic
Description
SHORT SUMMARY: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false).
.
INDICATORS:
Entity references is expanded during the parsing if there was a call to DocumentBuilderFactory.setExpandEntityReferences(false)
.
COUNTER INDICATORS:
Entity references shouldn't be expanded during the parsing and should remain in '&<ref>' form.
TRIGGERS:
KNOWN WORKAROUND:
PRESENT SINCE:
HOW TO VERIFY: Run the test associated with the bug in bugdb
NOTES FOR SE: None
REGRESSION: No
.
INDICATORS:
Entity references is expanded during the parsing if there was a call to DocumentBuilderFactory.setExpandEntityReferences(false)
.
COUNTER INDICATORS:
Entity references shouldn't be expanded during the parsing and should remain in '&<ref>' form.
TRIGGERS:
KNOWN WORKAROUND:
PRESENT SINCE:
HOW TO VERIFY: Run the test associated with the bug in bugdb
NOTES FOR SE: None
REGRESSION: No
Attachments
Issue Links
- relates to
-
JDK-4762733 Method setExpandEntityReferences of Object DocumentBuilderFactory has no effects
- Closed