-
Bug
-
Resolution: Done
-
Major
-
jbossws-cxf-4.2.1
-
None
The changes for JBWS-3652 seem to have introduced a bug with IPv6 addresses containing "::". The AbstractServerConfig#toIPv6URLFormat(String host) method erroneously treats those addresses as non-IPv6 literal IP addresses, hence they're not wrapped in square brackets.
This later leads to endpoints not being usable if the AS wsdl-host is set to such compressed zero IPv6 addresses.
- is related to
-
JBWS-3652 AbstractServerConfig.toIPv6URLFormat should not add brackets to IPv6 hostname
- Closed