< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.java

Print this page

        

*** 695,706 **** XMLSecurityPropertyManager spm = (XMLSecurityPropertyManager) fComponentManager.getProperty(XML_SECURITY_PROPERTY_MANAGER); reader.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD, spm.getValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD)); } catch (SAXException exc) { ! System.err.println("Warning: " + reader.getClass().getName() + ": " + ! exc.getMessage()); } } } catch( Exception e ) { // this is impossible, but better safe than sorry throw new FactoryConfigurationError(e); --- 695,706 ---- XMLSecurityPropertyManager spm = (XMLSecurityPropertyManager) fComponentManager.getProperty(XML_SECURITY_PROPERTY_MANAGER); reader.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD, spm.getValue(XMLSecurityPropertyManager.Property.ACCESS_EXTERNAL_DTD)); } catch (SAXException exc) { ! XMLSecurityManager.printWarning(reader.getClass().getName(), ! XMLConstants.ACCESS_EXTERNAL_DTD, exc); } } } catch( Exception e ) { // this is impossible, but better safe than sorry throw new FactoryConfigurationError(e);
< prev index next >