Open cmeng-git opened 2 years ago
Per [11](https://datatracker.ietf.org/doc/html/rfc4007.html#section-11). Textual Representation
The ipv6 address text string format can be i.e. \
However InetAddressUtil#ipv6From(CharSequence cs) does not cater for this, hence leading to UnknownHostException when execute the statement i.e.
InetAddress.getByName(cs.toString())
Per [11](https://datatracker.ietf.org/doc/html/rfc4007.html#section-11). Textual Representation
The ipv6 address text string format can be i.e. \
%\However InetAddressUtil#ipv6From(CharSequence cs) does not cater for this, hence leading to UnknownHostException when execute the statement i.e.