Hi, everyone!
š
I have a little question about jersey.
š
I have filter which extends ContainerRequestFilter and annotated @Provider, but it doesn't work.
I debuged WebApplicationImpl and saw that guice putted filter into providerServices, but FilterFactory doesn't call getProviders(ContainerRequestFilter.class).
š
Please tell me, if I am using filter with annotation @Provider wrong or it should be calling getProviders(ContainerRequestFilter.class) in FilterFactory?
š
Thanks!
š
Victor