Class XMLParserFactoryProducer
java.lang.Object
org.pentaho.reporting.libraries.base.util.XMLParserFactoryProducer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentBuilderFactory
Creates an instance ofDocumentBuilderFactory
class with enabledXMLConstants.FEATURE_SECURE_PROCESSING
property.
-
Constructor Details
-
XMLParserFactoryProducer
public XMLParserFactoryProducer()
-
-
Method Details
-
createSecureDocBuilderFactory
public static DocumentBuilderFactory createSecureDocBuilderFactory() throws ParserConfigurationExceptionCreates an instance ofDocumentBuilderFactory
class with enabledXMLConstants.FEATURE_SECURE_PROCESSING
property. Enabling this feature prevents from some XXE attacks (e.g. XML bomb) See PPP-3506 for more details.- Throws:
ParserConfigurationException
- if feature can't be enabled
-