Remy Maucherat wrote:
> > Tomcat 4 will return a 302 (temporary redirect) pointing to
> > /news/path_of_the_welcome_file.
> > The thing is I don't know if I should include the query parameters in the
> > Location header (which is not something I'm doing right now).
> 
> Ok, it's a bug. Fixing it now :)
Is there a reason for Tomcat to use a 302 redirect? I think it would be
better to rewrite the request internally, as other servers (i.e. Apache)
do. 
Does the user really need to see what file actually answered the
request?

with kind regards,
Stefan Schmidt

Reply via email to