Hi Marc,
>> @Context on PathSegment?
>> What about @Context also allowed on type PathSegment? I know that it
>> is also possible by using UriInfo.getPathSegments() and then fetch
>> the last, but this raises the useability. It should be the last
>> parsed path segment:
>> • On a resource method the PathSegment that was parsed while
>> looking for the resource class (if it is a root resource class that
>> from @Path of the class)
>> • On a sub resource method or locator it is the one from @Path of
>> the java method.
> I think what we have with being able to use @PathParam with
> PathSegment is already adequate.
Not full. Do you read my email as answer to Bill?
Stephan