Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8220083 :
|
|
JDK-8220575 :
|
|
JDK-8220673 :
|
|
JDK-8220675 :
|
|
JDK-8221570 :
|
|
JDK-8221684 :
|
|
JDK-8223652 :
|
|
JDK-8223880 :
|
|
JDK-8224014 :
|
|
JDK-8224018 :
|
|
JDK-8224019 :
|
|
JDK-8224081 :
|
|
JDK-8224248 :
|
|
JDK-8224256 :
|
Many of the networking tests in the JDK assume IPv4 support. This may not always be the case. Specifically: 1) Remove hardcoded IPv4 literals, e.g. 127.0.0.1. 2) Correctly format URI's that contain a retrieved IPv6 literal host, e.g. add square brackets. 3) Update hardcoded 127.0.0.1 in tests that use pre-generated certificates. 4) Optional-ize tests that run with -Djava.net.preferIPv4Stack 5) Ensure use of preferIPv6Addresses, where applicable 6) ... A test library utility that correctly determines the environment would be useful, e.g. IPv4-only, IPv4/IPv6 ( dual stack ), or IPv6-only.
|