RFR (JAXP) : 8014891 : incorrect handling FEATURE_SECURE_PROCESSING in jdk xerces

huizhe wang huizhe.wang at oracle.com
Mon May 20 20:15:15 UTC 2013


Hi,

This is a patch to remove redundant property settings. In the previous 
patch, the new jaxp properties were set while copying features onto 
DOM/SAX parsers. However, this is already done during the initialization 
of DOM/SAX parsers (before setFeatures is called). It was removed in the 
standalone JAXP 1.5 implementation but was mistakenly left in the JDK patch.

webrevs:
http://cr.openjdk.java.net/~joehw/jdk8/8014891/webrev/

Thanks,
Joe



More information about the core-libs-dev mailing list