[
https://issues.apache.org/jira/browse/HTTPCLIENT-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved HTTPCLIENT-1317.
------------------------------
Resolution: Fixed
URL: http://svn.apache.org/r1444926
Log:
HTTPCLIENT-1317 InetAddressUtils should handle IPv6 Addresses with Embedded
IPv4 Addresses
Modified:
httpcomponents/httpclient/trunk/RELEASE_NOTES.txt
httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/conn/util/InetAddressUtils.java
httpcomponents/httpclient/trunk/httpclient/src/test/java/org/apache/http/conn/util/TestInetAddressUtils.java
> 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
> Components: HttpConn
> Reporter: Sebb
> Fix For: 4.3 Final
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]