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 (JIRA)" <ji...@apache.org> on 2013/02/06 03:18:11 UTC

[jira] [Created] (HTTPCLIENT-1317) InetAddressUtils should handle IPv6 Addresses with Embedded IPv4 Addresses

Sebb created HTTPCLIENT-1317:
--------------------------------

             Summary: InetAddressUtils should handle IPv6 Addresses with Embedded IPv4 Addresses
                 Key: HTTPCLIENT-1317
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1317
             Project: HttpComponents HttpClient
          Issue Type: Improvement
            Reporter: Sebb


IPv6 Addresses with Embedded IPv4 Addresses are not currently handled by InetAddressUtils

See RFC 4291 [1] section 2.5.5

It looks like matching of IPv4-Compatible IPv6 Addresses - e.g. ::1.2.3.4 - is not needed, but IPv4-Mapped IPv6 Addresses - e.g. ::FFFF:1.2.3.4 - will be useful

[1] https://tools.ietf.org/html/rfc4291#section-2.5.5

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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