[
https://issues.apache.org/jira/browse/CXF-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669606#action_12669606
]
Sergey Beryozkin commented on CXF-1991:
---------------------------------------
Hi Andy - no problems at all - thanks for doing all the hard work
It's the use of @MatrixParam which is problematic in JAXRS. Specifically, it
picks up the first matching parameter, irrespectively of what segment it
belongs to, last one or some ancestor one. I believe the JAXRS maintenance spec
will limit it to the last segment only. PathSegment can be used to analyze
matrix params at any given segment...
I agree that the pattern you suggest makes sense, we just need to do one last
minor tweak...
Cheers, Sergey
> 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.