Jersey ContainerRequestFilter not triggered

后端 未结 10 641
囚心锁ツ
囚心锁ツ 2020-12-05 06:34

I\'m trying to use a ContainerRequestFilter to enforce some authentication on a Tomcat based Jersey application. I followed this document. Problem : the filter

10条回答
  •  一生所求
    2020-12-05 07:23

    I had the same problem for JAX-RS 2 , jersey and the below annotation fixed it

     @PreMatching
    

提交回复
热议问题