Re: Wrap an HttpServletRequest

2001-11-14 Thread Diego del Río
Thank you Thomas and Martin, our problem is that the target servlet, i.e. the servlet that would receive the 'wrapped request' forwarded by the first servlet (in this case, the target servlet is a jsp page), shouldn't know that the request is wrapped. We have already implemented a lot of jsp pages

Wrap an HttpServletRequest

2001-11-14 Thread Diego del Río
Is there any way to wrap an HttpServletRequest in Tomcat 3.2.x and then forward the wrapped request to anoher servlet? We need a 'decorated request' with added functionality, more precisely, we need to add 'extra-parameters' to that request and then forward it to another servlet that process both