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

Re: Wrap an HttpServletRequest

2001-11-14 Thread Craig R. McClanahan
On Wed, 14 Nov 2001, Diego del Río wrote: Date: Wed, 14 Nov 2001 10:16:16 -0300 From: Diego del Río [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Wrap an HttpServletRequest Is there any way to wrap an HttpServletRequest in Tomcat 3.2