RFR (JAXP) : 8014891 : incorrect handling FEATURE_SECURE_PROCESSING in jdk xerces (original) (raw)
huizhe wang huizhe.wang at oracle.com
Mon May 20 20:15:15 UTC 2013
- Previous message: hg: jdk8/tl/jdk: 8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default
- Next message: RFR (JAXP) : 8014891 : incorrect handling FEATURE_SECURE_PROCESSING in jdk xerces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: hg: jdk8/tl/jdk: 8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default
- Next message: RFR (JAXP) : 8014891 : incorrect handling FEATURE_SECURE_PROCESSING in jdk xerces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]