-
Bug
-
Resolution: Done
-
Major
-
2.0.GA
-
Workaround Exists
-
I've created SecurityInterceptor which implements PreProcessInterceptor interface and it's annotated with
@Provider
@ServerInterceptor
@SecurityPrecedence
The interceptor has field annotated with @Inject to inject dependency by CDI, but it doesn't work, the field is null.