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. Creighton Kirkendall -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>