jgallimore opened a new pull request #630: CXF-8201 add additional check for file scheme in setUriParts URL: https://github.com/apache/cxf/pull/630 This additional check enables path appends for file URIs to work as it has done in previous versions of CXF, for example, with this patch: UriBuilder.fromUri("file:///~/calendar").path("extra").build() will return file:///~calendar/extra as opposed to file:///~/calendar. This has been discussed on the mailing list here: https://mail-archives.apache.org/mod_mbox/cxf-dev/202001.mbox/%3cCAGRgoZhuKXoYW_JtxyDH=u7qqqcbeo6-9bxa0dxb8l+igb4...@mail.gmail.com%3e
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
