Re: Apache Camel disable DTD validation or resolve to relativ Path

2017-02-22 Thread Claus Ibsen
n meinem Android-Telefon gesendet (www.symantec.com) > > -Original Message- > From: Claus Ibsen [claus.ib...@gmail.com] > Received: Dienstag, 21 Feb. 2017, 19:08 > To: users@camel.apache.org [users@camel.apache.org] > Subject: Re: Apache Camel disable DTD validation or resolve

RE: Apache Camel disable DTD validation or resolve to relativ Path

2017-02-21 Thread Leber, Thomas
: users@camel.apache.org [users@camel.apache.org] Subject: Re: Apache Camel disable DTD validation or resolve to relativ Path You can maybe plugin a custom resource resolver and let it return null /empty or something. Check the docs https://github.com/apache/camel/blob/master/camel-core/src/main/docs

Re: Apache Camel disable DTD validation or resolve to relativ Path

2017-02-21 Thread Claus Ibsen
You can maybe plugin a custom resource resolver and let it return null /empty or something. Check the docs https://github.com/apache/camel/blob/master/camel-core/src/main/docs/validator-component.adoc And you can find some unit tests that test this resolver On Tue, Feb 21, 2017 at 6:55 PM, Leber