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

2000-12-06 Thread David Rees
A forward is an internal redirect, the client never sees it (and therefore never updates the URL in the status bar of the browser). Tomcat is working properly, and it sounds like Weblogic is doing a redirect and is broken. -Dave > -Original Message- > From: Quenten Van Egeren [mailto:[E

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

2000-12-06 Thread Shireesh Thanneru
I used WebLogic 5.1 SP6 for my last project and never experienced such behavior. Whenever I forwarded to a target url, the target url never appeared in the browser location box, it was always the previous url that the browser shows, because that was the url that the browser has actually requested

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

2000-12-07 Thread MacLaren, Donald
That's how it works -Original Message- From: David Rees [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 5:13 PM To: [EMAIL PROTECTED] Subject: RE: Is their a bug in Tomcat with the RequestDispatcher.forward(url) method? A forward is an internal redirect, the client