eclipse-ee4j / eclipse-ee4j/jersey
No way to look up a resource by its URI
Open
Component: core
Priority: Critical
Type: Improvement
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
In Jersey 1.0 we could look up a resource by URI using ResourceContext.matchResource(URI). There doesn't seem to be an equivalent functionality in Jersey 2.0.
Use-case: The request entity body references the URI of a resource. I need to convert this URI into a resource class, then drill down into its database id in order to honor the request.
#### Affected Versions
[2.4]
Contributor guide
Assessment
This issue has not been assessed yet.