I\'m trying to use a ContainerRequestFilter to enforce some authentication on a Tomcat based Jersey application. I followed this document. Problem : the filter
ContainerRequestFilter
We were missing the below call in our ResourceConfig implementation class:
register(CorrelationIdFilter.class);