I have a REST API and I need to implement a ContainerRequestFilter, but it is not invoked.
After some changes, when I publish my application a warning appears in glassfish log saying:
The class com.seguranca.FiltroAutenticacao is not assignable to the class com.sun.jersey.spi.container.ContainerRequestFilter. This class is ignored.
Can anybody help me?
I am using glassfish 4, java and ee 7, and jersey 1.17.1