JDK-6363883 : java.net.URI(String) has to parse authority (and has to throw exception if fails)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-12-15
  • Updated: 2011-01-19
  • Resolved: 2005-12-16
Related Reports
Duplicate :  
Description
new URI("s://ui@host:5555host/path") doesn't throw exception.
Please, do parsing of authority inside the constructor.

Comments
EVALUATION Yes, itis supposed to be integrated into Mustang b67 as the fix for 6348622.
16-12-2005