JDK-8220575 : Correctly format test URI's that contain a retrieved IPv6 address
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-03-13
  • Updated: 2021-10-25
  • Resolved: 2019-03-27
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 11 JDK 13
11.0.14-oracleFixed 13 b14Fixed
Related Reports
Relates :  
Description
Several tests that retrieve an IP address from the system ( usually from the local host name ), use that in the construction of a URL / URI. If the IP address is an IPv6 address, then it may need to be enclosed in "[" and "]" characters.
Comments
Fix request (11u): Request backport of test fix for Oracle parity. Needed some trivial resolving, acked by mdoerr. No regressions spotted in GHA and SAP internal testing. No risk, only test fix.
23-10-2021

URL: http://hg.openjdk.java.net/jdk/jdk/rev/46cf212cdcca User: jiangli Date: 2019-03-27 20:34:27 +0000
27-03-2019