Jonathan Gallimore created CXF-8201:
---------------------------------------
Summary: Path not appended when using UriBuilder.fromUri().path()
with file scheme
Key: CXF-8201
URL: https://issues.apache.org/jira/browse/CXF-8201
Project: CXF
Issue Type: Bug
Reporter: Jonathan Gallimore
See:
[https://mail-archives.apache.org/mod_mbox/cxf-dev/202001.mbox/%3CCAGRgoZhuKXoYW_JtxyDH%3Du7Qqqcbeo6-9BXa0dxB8L%2BiGB4J4g%40mail.gmail.com%3E]
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].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)