Re: Accesing Cookies from a custom interceptor

2009-01-20 Thread Lukasz Lenart
2009/1/20 Ignacio de Córdoba : > I'd like to know if there is another path to get cookies in my interceptor. > I've been developing on struts for a couple of years but I'm pretty newbie > to struts2. I think you should follow CookieInterceptor [1] approach which is using: HttpServletRequest reques

Re: Accesing Cookies from a custom interceptor

2009-01-20 Thread dusty
I have used the static method you describe in the past. Ignacio de Córdoba wrote: > > Hi there, > I am writing a custom authentication and authorization interceptor and > need access to cookies. I've checked in Struts2 and other docs both ways > of getting access to cookies. I can't use Cookie