The UriBuilder returned by DefaultUriBuilder removes slashes from protocols, turning, for example http://test.com to http:/test/com.
Steps to reproduce
new DefaultUriBuilderFactory().builder().path("http://user/{userId}").build(1)
The UriBuilder returned by DefaultUriBuilder removes slashes from protocols, turning, for example http://test.com to http:/test/com.
new DefaultUriBuilderFactory().builder().path("http://user/{userId}").build(1)