Tomcat bug - chokes on # when redirecting

2002-11-04 Thread Schnitzer, Jeff
This is the most obscure bug I have ever seen: Take a look at the very simple JSP at the end of this message. If you include "go=true" as a query parameter, it issues a redirect to itself like this: redir.jsp?foo=bar#123 If you use the redirect from IE6, Tomcat displays "foo bar#123" rather tha

RE: Tomcat bug - chokes on # when redirecting

2002-11-05 Thread Shapira, Yoav
Hi, >This is the most obscure bug I have ever seen: OK ;) Wait a while ;) >If you use the redirect from IE6, Tomcat displays "foo bar#123" rather >than the expected "foo bar". If you hit refresh at the new URL, Tomcat >gets "foo bar" right. > >When this experiment is tried from Mozilla, Tomcat

RE: Tomcat bug - chokes on # when redirecting

2002-11-05 Thread Ralph Einfeldt
itzer@;maxis.com] > Sent: Tuesday, November 05, 2002 7:37 AM > To: [EMAIL PROTECTED] > Subject: Tomcat bug - chokes on # when redirecting > > > What is special about a redirect from IE6?!? > > String go = request.getParameter("go"); > if ("true"

RE: Tomcat bug - chokes on # when redirecting

2002-11-05 Thread Schnitzer, Jeff
Jeff Schnitzer [EMAIL PROTECTED] > -Original Message- > From: Ralph Einfeldt [mailto:ralph.einfeldt@;uptime-isc.de] > Sent: Tuesday, November 05, 2002 6:20 AM > To: Tomcat Users List > Subject: RE: Tomcat bug - chokes on # when redirecting > > Have a look at the access