JDK-6439283 : Naming/UnderscoreHost test needs to tolerate RFC2396 behavior again
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.rmi
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-06-15
  • Updated: 2006-06-21
  • Resolved: 2006-06-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b89Fixed
Related Reports
Relates :  
Description
With the backout of java.net.URI's RFC3986 compliance (see 6394131), the regression test

	java/rmi/Naming/UnderscoreHost.java

needs to be updated to (once again) pass if a MalformedURLException occurs in the face of a host name containing an underscore.

Comments
EVALUATION Yes, this test needs to be fixed to avoid its spurious failure.
15-06-2006