Re: RFR (JAXP) : 8015243 : SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI.

2013-10-17 Thread Lance Andersen - Oracle
+1
On Oct 16, 2013, at 2:53 PM, huizhe wang wrote:

 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


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
lance.ander...@oracle.com



Re: RFR (JAXP) : 8015243 : SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI.

2013-10-17 Thread huizhe wang

Thanks!

On 10/17/2013 10:51 AM, Lance Andersen - Oracle wrote:

+1
On Oct 16, 2013, at 2:53 PM, huizhe wang wrote:


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



Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
lance.ander...@oracle.com