You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jean-francois Arcand <je...@sun.com> on 2002/08/20 02:57:45 UTC

[PATCH] [Catalina]

Hi,

this patch implements a new SAX's entity resolver that will re-direct 
any remote schema/dtd locally. The patch  implements a workaround for 
the warning problem when using Xerces 2.0.1 (see Remy's email). It also 
supports the current Xerces nightly build. I was unable to find a 
workaround for the StackOverflowException when using Xerces 2.0.2. At 
least we have one Xerces released version that work (very slow, that's 
why I gonna start adding validation switch on/off :-) )

Thanks,

-- Jeanfrancois