Name: rlT66838 Date: 08/08/97
Suppose a host has multiple addresses associated with the same host name. InetAddress.getByName() will always
return the same address for the same host even if multiple addresses are available.
This is due to always returning the [0] element of the host address array. This works fine the first time getByName()
is called, but creates a problem when getByName() is called again.
======================================================================
- relates to
-
JDK-4193642 InetAddress.getByName does not return a name
-
- Closed
-