Dear Team ,
Need to hook & intercept request attributes for a particular URL say
/employee/* to the Jersey Framework.
Requirement :
The initialization of the filter class SHOULD NOT be done through web.xml
entries. Rather it should be through implementing Filter interfaces and /
or adding annotations to the filter classes.
Request to share working code snippets as there is less time to investigate.
Regards.