[
https://issues.apache.org/jira/browse/CAMEL-6933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823465#comment-13823465
]
Willem Jiang commented on CAMEL-6933:
-------------------------------------
Now you can set the Xerces feature by setting System properties like this
System.setProperty("org.apache.camel.xmlconverter.documentBuilderFactory.feature"
+ ":"
+ "http://xml.org/sax/features/external-general-entities", "false");
> Support Xerces global features configuration
> --------------------------------------------
>
> Key: CAMEL-6933
> URL: https://issues.apache.org/jira/browse/CAMEL-6933
> Project: Camel
> Issue Type: New Feature
> Components: camel-core
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Fix For: 2.11.3, 2.12.2, 2.13.0
>
>
> We need to support to configure the feature of Xerces from out side of camel
> route such as system property to disable some feature.
--
This message was sent by Atlassian JIRA
(v6.1#6144)