You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by sebb <se...@gmail.com> on 2013/02/05 13:05:22 UTC

IPv6 Addresses with Embedded IPv4 Addresses in httpclient

Just noticed that InetAddressUtils does not handle IPv4-mapped IPv6
addresses, for exanple ::ffff:192.0.2.128 nor the IPv4-Compatible IPv6
Address ::192.0.2.128

[See RFC 4291, 2.5.5]

Should we add matchers for those?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: IPv6 Addresses with Embedded IPv4 Addresses in httpclient

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Tue, 2013-02-05 at 12:05 +0000, sebb wrote:
> Just noticed that InetAddressUtils does not handle IPv4-mapped IPv6
> addresses, for exanple ::ffff:192.0.2.128 nor the IPv4-Compatible IPv6
> Address ::192.0.2.128
> 
> [See RFC 4291, 2.5.5]
> 
> Should we add matchers for those?
> 

Most certainly.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org