[ 
https://issues.apache.org/jira/browse/CXF-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669559#action_12669559
 ] 

Andrzej Michalec commented on CXF-1991:
---------------------------------------

Hi Sergey, 
I was following spec's javadoc pointing to this note: 
http://www.w3.org/DesignIssues/MatrixURIs.html. 
JAX-RS spec seems to explicitly point to doc that discusses only subset of 
implicitly required functionality.
I agree matrix param could be located at any segment; UriBuilder could modify 
only *current* path segment like this:

new 
UriBuilderImpl("http://foo";).matrixParam("p1","v1").path("bar").matrixParam("p2","v2");
 
// leads to:  http://foo;p1=v1/bar;p2=v2

I will try to find time to look at it, I need more time though ;)

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
>            Assignee: Sergey Beryozkin
>            Priority: Minor
>         Attachments: cxf-1991_20090121.patch, cxf-1991_20090128.patch, 
> cxf-1991_20090201.patch
>
>
> 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.

Reply via email to