Details
Description
When calling UriBuilder.fromUri("file:///~/calendar").path("extra").build().toString() - the result is file:///~/calendar, without the "/extra" on the end. CXF 3.1 behaves differently (the /extra is appended).
I've requested clarification on the spec: https://www.eclipse.org/lists/jaxrs-dev/msg00773.html.