Sergey Beryozkin created CXF-4822:
-------------------------------------
Summary: Update selection algorithm to check all root resources
with the same root path
Key: CXF-4822
URL: https://issues.apache.org/jira/browse/CXF-4822
Project: CXF
Issue Type: Task
Components: JAX-RS
Reporter: Sergey Beryozkin
Assignee: Sergey Beryozkin
Fix For: 2.8.0
JAX-RS 2.0 Spec requires that the all the root resources with the same root
path are checked when selecting a matching resource method, for example,
{code:java}
@Path("/a/{a}")
public class RootResource {
}
@Path("/a/{b}")
public class RootResource2 {
}
{code}
In 1.1 only RootResource or RootResource2 can be checked request URI starts
from "/a/1", in 2.0 - both ones will have to be checked
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira