mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
[KEYCLOAK-3068] - Setting XInclude to false
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user