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

Reply via email to