RFR: 8220083: Use InetAddress.getLoopbackAddress() in place of 127.0.0.1 for some tests
Daniel Fuchs
daniel.fuchs at oracle.com
Mon Mar 11 17:15:52 UTC 2019
Hi Arthur,
I believe this is generally good.
The question I have is whether the URLs that use "127.0.0.1"
should also be changed to to use whatever address is returned
InetAddress.getLoopbackAddress(). If it is needed it may
require a bit more coding to ensure that [ ] are correctly
added if the returned address is IPv6.
Also please update the copyright years in the files you're
changing.
best regards,
-- daniel
On 11/03/2019 16:55, Arthur Eubanks wrote:
> bug: https://bugs.openjdk.java.net/browse/JDK-8220083
> webrev: http://cr.openjdk.java.net/~aeubanks/8220083/webrev.00/
>
> First of a few ipv6 patches to come.
More information about the net-dev
mailing list