Open
Description
Per [11. Textual Representation](https://datatracker.ietf.org/doc/html/rfc4007.html#section-11)
The ipv6 address text string format can be i.e. <address>%<zone_id>
i.e. contain a <zone_id>
However InetAddressUtil#ipv6From(CharSequence cs) does not cater for this, hence leading to UnknownHostException when execute the statement i.e.
InetAddress.getByName(cs.toString())
Metadata
Metadata
Assignees
Labels
No labels