javaee / interceptors-spec

interceptors-spec~interceptors-spec-repository
Other
6 stars 3 forks source link

Method-level interceptors should be allowed for all interceptor types #14

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 11 years ago

Currently interceptor binding is not allowed on a method for the lifecycle callbacks:

An interceptor for lifecycle callbacks may only declare interceptor binding types that are defined as Target(TYPE).

The Method-level Interceptors section doesn't mention it, and the interceptor ordering section for @Interceptors interceptors exclude lifecycle callbacks from the method-level interceptors.

Affected Versions

[1.2]

glassfishrobot commented 11 years ago

Reported by mvatkina

glassfishrobot commented 11 years ago

mvatkina said: Fixed

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA INTERCEPTORS_SPEC-14

glassfishrobot commented 11 years ago

Marked as fixed on Monday, March 18th 2013, 5:23:44 pm