RFR (JAXP) : 8015243 : SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI.
huizhe wang
huizhe.wang at oracle.com
Wed Oct 16 18:53:49 UTC 2013
Hi,
This is a conformance issue. The issue is that a JCK test fails since
invalid URI such as "//" was not caught. The fix is to check and allow
empty authority only if there's non empty path, query component or
fragment identifier.
webrev:
http://cr.openjdk.java.net/~joehw/jdk8/8015243/webrev/
Thanks,
Joe
More information about the core-libs-dev
mailing list