Re: Servlets, send redirect and request scope
- From: Chris Smith <cdsmith@xxxxxxx>
- Date: Thu, 31 Aug 2006 10:01:23 -0600
Berlin Brown <berlin.brown@xxxxxxxxx> wrote:
/// Here ????????? build up the request object?
String key, value = session.getValue(arr);
request .setValue(key, value);
Check the API docs for javax.servlet.http.HttpServletRequestWrapper.
You'd build a subclass of that, and pass it to FilterChain.doFilter in
place of the original ServletRequest.
--
Chris Smith
.
- References:
- Servlets, send redirect and request scope
- From: Berlin Brown
- Re: Servlets, send redirect and request scope
- From: Arne Vajhøj
- Re: Servlets, send redirect and request scope
- From: Berlin Brown
- Re: Servlets, send redirect and request scope
- From: Arne Vajhøj
- Re: Servlets, send redirect and request scope
- From: Berlin Brown
- Re: Servlets, send redirect and request scope
- From: Chris Smith
- Re: Servlets, send redirect and request scope
- From: Berlin Brown
- Re: Servlets, send redirect and request scope
- From: Chris Smith
- Re: Servlets, send redirect and request scope
- From: Berlin Brown
- Servlets, send redirect and request scope
- Prev by Date: Re: What replaces StringBufferInputStream
- Next by Date: Re: Java2WSDL (with Axis2)
- Previous by thread: Re: Servlets, send redirect and request scope
- Next by thread: Framework for import plain text files into databases
- Index(es):