[KEYCLOAK-3068] - Setting XInclude to false
This commit is contained in:
parent
93d3a0eb38
commit
a39907de76
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ public class DocumentUtil {
|
|||
}
|
||||
documentBuilderFactory = DocumentBuilderFactory.newInstance();
|
||||
documentBuilderFactory.setNamespaceAware(true);
|
||||
documentBuilderFactory.setXIncludeAware(true);
|
||||
documentBuilderFactory.setXIncludeAware(false);
|
||||
String feature = "";
|
||||
try {
|
||||
feature = feature_disallow_doctype_decl;
|
||||
|
|
Loading…
Reference in a new issue