Martin Grotzke wrote:

The Filter includes one statement:
System.setProperty( "javax.xml.parsers.DocumentBuilderFactory",
"org.apache.xerces.jaxp.DocumentBuilderFactoryImpl" );

the webapp contains xerces-1.4.4 in WEB-INF/lib, this jar includes
org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.class.

but the part that's not a tomcat-"internals" issue does not have to be
discussed here, probably the tomcat-user-list is a better place for
this...


Without a security manager, any application can set system properties, which are global. So here the JAXP settings will be changed for the whole system, which will produce random results (since only your webapp has visibility on the Xerces class) :(

Rémy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to