Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxrs-dev] OPTIONS and ResourceInfo

Hi All,

 I have an “expectation" question about a special case related to the injection of ResourceInfo. As you know, Jakarta REST implementations must provide default implementations for OPTIONS. 

 Suppose such a request is received and passes through a filter that injects ResourceInfo:

 1. What do you expect ResourceInfo#getResourceClass and ResourceInfo#getResourceMethod to return? 

 2. Ever looked at what your favorite implementation actually returns?

 A bit of an edge case, but would be nice to clarify IMO.

— Santiago

Back to the top