You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Christopher K. Johnson" <ch...@cmpco.com> on 2000/04/11 14:40:30 UTC

Bug in response object sendRedirect method

I noticed that contrary to the servelet 2.2 specification the
sendRedirect method does not commit and terminate the response.
Subsequent calls to its sendRedirect method override the prior calls
rather than being ignored.

-- Chris