[PATCH] Jasper and external entities parsing support

2005-03-18 Thread Henri Gomez
The provided patch will help Jasper support the external entities located in a WAR. Thanks to review and if positive feedback I'll commit it Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Jasper and external entities parsing

2005-03-17 Thread Henri Gomez
From what I see in the 5.5.8 code the external entities cannot be resolved since we provide an InputSource to the documentBuilder in ParseUtils : private void processWebDotXml(ServletContext ctxt) throws JasperException { InputStream is = null; try { is =

Re: Jasper and external entities parsing

2005-03-17 Thread Remy Maucherat
Henri Gomez wrote: From what I see in the 5.5.8 code the external entities cannot be resolved since we provide an InputSource to the documentBuilder in ParseUtils : private void processWebDotXml(ServletContext ctxt) throws JasperException { InputStream is = null; try {