Relates :
|
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
|