users@jersey.java.net

[Jersey] how to register or configure built in filters for in Jersey 2.2 web application?

From: Amar Bhosale <amar.forums_at_gmail.com>
Date: Tue, 3 Sep 2013 23:34:11 -0500

Hi,

I searched a lot but unfortunately I did not get clue to configure/register
built in filters provided by Jersey 2.2 using web.xml. Do you have the
answers?
Even if I made entry of built-in filter package name/filter class name in
web.xml , its not working.

I know how to configure/register custom/user defined filter using @Provider
annotation and making its package entry in web.xml and its working fine for
user defined filters.

This part is not covered.

Hoping for the answer from you.

Thank you