RFR (jaxp): JDK-8015630: Remove default restriction settings of jaxp 1.5 properties in JDK8 (original) (raw)
huizhe wang huizhe.wang at oracle.com
Tue Jun 4 05:11:46 UTC 2013
- Previous message: Measuring performance changes from applying 4837946 patch
- Next message: RFR (jaxp): JDK-8015630: Remove default restriction settings of jaxp 1.5 properties in JDK8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
The default restriction in JDK8 is too strict. We've heard enough of complaints and decided to remove it. Below is the quick fix to remove the default restriction setting.
Also, there was a bug in XMLSchemaFactory's setFeature method where the access properties should be set only when secure processing is true.
webrevs: http://cr.openjdk.java.net/~joehw/jdk8/8015630/webrev/
Tests pass after removing restriction check.
Thanks, Joe
- Previous message: Measuring performance changes from applying 4837946 patch
- Next message: RFR (jaxp): JDK-8015630: Remove default restriction settings of jaxp 1.5 properties in JDK8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]