Skip to content

Commit 638ba3f

Browse files
committed
Revert inadvertent change to DefaultDocumentLoader
Revert changes to DefaultDocumentLoader accidentally committed in 60532cb.
1 parent 3157b68 commit 638ba3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/xml/DefaultDocumentLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ protected DocumentBuilderFactory createDocumentBuilderFactory(int validationMode
9191
factory.setNamespaceAware(namespaceAware);
9292

9393
if (validationMode != XmlValidationModeDetector.VALIDATION_NONE) {
94-
factory.setFeature("http://apache.org/xml/features/validation/schema", false);
9594
factory.setValidating(true);
9695
if (validationMode == XmlValidationModeDetector.VALIDATION_XSD) {
9796
// Enforce namespace aware for XSD...

0 commit comments

Comments
 (0)