users@jax-rs-spec.java.net

[jax-rs-spec users] [jsr339-experts] UriBuilder.fromMethod

From: Jan Algermissen <jan.algermissen_at_nordsc.com>
Date: Thu, 8 Aug 2013 14:25:59 +0200

Hi,

before I consider it a bug, a clarification question:

If I have a resource annotated with @Path("a/b") that contains a method annotated with @Path("c") then UriBuilder.fromMethod(..) should resolve to "a/b/c" , houldn't it?

For me, with Jersey of latest GF4 it resolves to "c" - which seems unexpected. The docs are not explicit on this, hence the question.

Jan