So my question is: is here a bug or is that behavior specified by REST spec?Not a bug, resource methods having HTTP verb annotations are considered to be final handlers. These handlers should match the last path segment completely, which is not possible in case of /b/c being matched against Path("/b").
Is this a REST spec or a CXF spec? I dont want to change the REST spec, but everything can be changed :)
