-
Bug
-
Resolution: Done
-
Blocker
-
3.1.4.Final
-
None
-
Ubuntu 16.04, Oracle JDK 8, Resteasy 3.1.4, Developing in Intellij 2017.2, Undertow Server 1.4.20 Final, 3.0.0 Final
When using a Resteasy Client with a GET method function including a PathParam you receive a UriBuilderException because the resulting URI contains a double port:
RESTEASY003330: Failed to create URI: http://[::1]:8080:8080/myservice/2
javax.ws.rs.core.UriBuilderException: RESTEASY003330:
Failed to create URI: http://[::1]:8080:8080/myservice/2
It seems that "hostPortPattern" in "ResteasyUriBuilder" does not work for IPv6 addresses like "http://[::1]:8080"
- relates to
-
RESTEASY-1734 UriBuilder is not working with IPv6 link local addresses
-
- Closed
-