On Fri, 9 Aug 2002, Creighton Kirkendall wrote:

> Date: Fri, 9 Aug 2002 12:23:13 -0400
> From: Creighton Kirkendall <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: 'Tomcat Developers List' <[EMAIL PROTECTED]>
> Subject: Possible BUG in Send Redirect Tomcat 4.0
>
> I think I have found a bug in the sendRedirect.  It is only a problem in
> Tomcat 4 and did not exist in Tomcat 3.x
>
> The following code does work
> response.sendRedirect(response.encodeRedirectURL("/test/test.jsp"));
>
>
> However the following code does not work.
> response.sendRedirect(response.encodeRedirectURL("/test/test.jsp?test=test")
> );
>
>
> It looks like the addition of a Query String causes some problems.  I looked
> at the code and have not found anything that jumps out at me yet.
>

If you think you've found a bug, the best thing to do is report it to the
bug tracking system <http://nagoya.apache.org/bugzilla/>.  But I can tell
you from experience that a bug report on this will be pretty useless
without being more specific about what "does not work" means.

>
> Creighton Kirkendall

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to