]
RH Bugzilla Integration commented on WFLY-3007:
-----------------------------------------------
mark yarborough <myarboro(a)redhat.com> changed the Status of [bug
Ipv6 addresses may not be canonized properly
--------------------------------------------
Key: WFLY-3007
URL:
https://issues.jboss.org/browse/WFLY-3007
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 8.0.0.Final
Reporter: Emmanuel Hugonnet
Assignee: Emmanuel Hugonnet
Fix For: 8.1.0.CR1, 8.1.0.Final
On an ipv6 environment we may obtain IP addresses that are not properly canonized which
may lead to strange issue with http proxies since the JDK ProxySelector relies on char per
char matching.
All call to InetAddress.getHostName() may produce such an uncanonized address.