On 04/06/2013 06:11, huizhe wang wrote:
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.
This seems the most sensible thing to do and the changes look okay to me.
-Alan.