RE: RequestDispatcher.forward() forgets requestUri

2004-05-25 Thread Shapira, Yoav
Hi, I strongly suggest (to anyone on the list not having done so) reading the Servlet Specification: SRV.8.3.1 Included Request Parameters Except for servlets obtained by using the getNamedDispatcher method, a servlet that has been invoked by another servlet using the include method of

RE: RequestDispatcher.forward() forgets requestUri

2004-05-25 Thread Nitschke Michael
as it was the initial request from the client? mfg Michael Nitschke -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 2:57 PM To: Tomcat Users List Subject: RE: RequestDispatcher.forward() forgets requestUri Hi, I strongly suggest (to anyone

RE: RequestDispatcher.forward() forgets requestUri

2004-05-25 Thread Shapira, Yoav
Hi, Isn't it supposed that the RequestDispatcher forwards the Request as it was the initial request from the client? No: that's one key distinction between the RequestDispatcher and HttpServletResponse#sendRedirect. Yoav This e-mail, including any attachments, is a confidential business

RE: RequestDispatcher.forward() forgets requestUri

2004-05-25 Thread Nitschke Michael
Im using the Invokerservlet. mfg Michael Nitschke -Original Message- From: Nitschke Michael Sent: Tuesday, May 25, 2004 3:54 PM To: Tomcat Users List Subject: RE: RequestDispatcher.forward() forgets requestUri But in the API is written that this Abbributes are reset between requests