Pas the request object to that servlet eg
BlahServlet servlet = new BlahServlet();
servlet.execute(req, resp);

Mvgr,
Martin

> -----Original Message-----
> From: Diego del Río [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 14, 2001 2:02 PM
> To: [EMAIL PROTECTED]
> Subject: Wrap an HttpServletRequest
>
>
> 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 the original and the added parameters.
> Thanks,
> diego
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to