Re: HttpServletRequest Question

2004-10-15 Thread John Fitzpatrick
Thanks for the response. I was doing some more thinking about this after posting the question -- What I really need is the request parameters to be preserved. As I'm using DynaActionForms, I think I could just store a copy of the form after each request; and, then if I intercept a login/language c

Re: HttpServletRequest Question

2004-10-15 Thread Kris Schneider
As to storing the request instances, here's something of interest from the Servlet 2.3 spec: === SRV.4.10 Lifetime of the Request Object Each request object is valid only within the scpoe of a servlet’s service method, or within the scope of a filter’s doFilter method. Containers commonly recycle