Re: Tomcat 3.2 - getRequestDispatcher().forward

2000-12-18 Thread Matt Goss
ge- > From: Matt Goss [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 18, 2000 8:24 AM > To: [EMAIL PROTECTED] > Subject: Re: Tomcat 3.2 - getRequestDispatcher().forward > > Graeme, > No, the forwarded request is treated as the same request. > Matt > > Graeme Wallace

RE: Tomcat 3.2 - getRequestDispatcher().forward

2000-12-18 Thread Graeme Wallace
So its a bug in 3.2 then. -Original Message- From: Matt Goss [mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 8:24 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat 3.2 - getRequestDispatcher().forward Graeme, No, the forwarded request is treated as the same request. Matt

Re: Tomcat 3.2 - getRequestDispatcher().forward

2000-12-18 Thread Matt Goss
Graeme, No, the forwarded request is treated as the same request. Matt Graeme Wallace wrote: > Hi, > > Is the behavior of getRequestDispatcher(pagelocation).forward(req,res) > supposed to interpret > the page location as if it was a new request to Tomcat ? > > ie. if I have a webapps that has an

Tomcat 3.2 - getRequestDispatcher().forward

2000-12-17 Thread Graeme Wallace
Hi, Is the behavior of getRequestDispatcher(pagelocation).forward(req,res) supposed to interpret the page location as if it was a new request to Tomcat ? ie. if I have a webapps that has an admin subdirectory and I want to forward to its index.jsp, I used to do getRequestDispatcher("/admin/index