[ 
https://issues.apache.org/jira/browse/CXF-8201?focusedWorklogId=376816&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-376816
 ]

ASF GitHub Bot logged work on CXF-8201:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Jan/20 12:03
            Start Date: 24/Jan/20 12:03
    Worklog Time Spent: 10m 
      Work Description: jgallimore commented on 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]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 376816)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to