Closed MarkusKull closed 9 years ago
thanks markus, ive done a slightly different implementation of this fix to reuse an existing method to get the annotation in an inheritable way and to ensure the returned path has forward slashes adjusted if needed
In grown Code we encountered @Path-Annotation at Resource-Baseclasses instead of Leaf-classes. At least Resteasy supports this. JAX-RS doesnt say much about it (methods and classes can be annotated by @Path and the path-value is combined). Because combining paths over multiple classes doesnt seem useful, only the first encountered Path is taken.