users@jersey.java.net

Need HttpServletRequest in ContainerRequestFilter

From: Babu Naidu <pbnaidu_at_gmail.com>
Date: Tue, 20 Jan 2009 09:22:50 -0700

Hi,

I have a requirement that requires HttpServletRequest within the filter
method (of ContainerRequestFilter), is there a way to get hold of the
HttpServletRequest instance in the filter method?

If not, would it be possible to make filter method's method params as var
arg? so that I can use @Context annotation to have HttpServletRequest
injected into filter method.

Thanks
Babu