[
https://issues.apache.org/jira/browse/CXF-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665638#action_12665638
]
Andrzej Michalec commented on CXF-1991:
---------------------------------------
Forgot show message:
java.lang.AssertionError: URI is not built correctly
expected:<http://foo/bar/baz/blah> but was:<http://foo/bar/baz//blah/>
there is also trailing slash for "blah/" I guess reason is the same. One could
normalize URI but it's not the case here (or it is?).
cheers,
andy.
> Incomplete implementations of UriInfo and UriBuilder
> ----------------------------------------------------
>
> Key: CXF-1991
> URL: https://issues.apache.org/jira/browse/CXF-1991
> Project: CXF
> Issue Type: Bug
> Components: REST
> Affects Versions: 2.1.3, 2.2
> Reporter: Andrzej Michalec
> Priority: Minor
>
> Some useful methods like UriBuilder.path(Class), UriBuilder.path(Method) or
> UriInfo.getMatchedResources() are not implemented so far.
> Since I am have my locally tuned versions of these classes I am going to
> provide patch soon :)
> cheers,
> andy.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.