RE: Is their a bug in Tomcat with the RequestDispatcher.forward(u rl) method?

2000-12-07 Thread Quenten Van Egeren
Thanks for the replies, I knew that the forward did an internal redirect, I was just confused as to why Weblogic was doing it one way and Tomcat another. So the next question is : what is the easiest way to do something like a response.sendRedirect() and still keep the request object intact?

Re: Is their a bug in Tomcat with the RequestDispatcher.forward(u rl) method?

2000-12-07 Thread Kurt Bernhard Pruenner
Quenten Van Egeren wrote: Thanks for the replies, I knew that the forward did an internal redirect, I was just confused as to why Weblogic was doing it one way and Tomcat another. So the next question is : what is the easiest way to do something like a response.sendRedirect() and still