Hello,
Assume there is a root resource with @Path("/") with a resource method for
@Path("{path:.*}") and a root resource for @Path("/foo") with no method
matching the subpath "bar". Is it ok for an implementation to forward the
request for /foo/bar to the method of the first root resource or is it
necessary to answer with 404?
Cheers,
Reto