Tomcat 5.5.16: strange redirecting

2006-04-27 Thread Velpi
Hi, I used a fresh install of Tomcat 5.5.16 on the Windows platform to confirm what I was seeing: a request to http://localhost/manager results in a redirect to http://localhost/manager/? The same thing happens with (one of) my servlets when it receives no parameters:

Re: Tomcat 5.5.16: strange redirecting

2006-04-27 Thread Chris Lear
* Velpi wrote (27/04/06 15:49): Hi, I used a fresh install of Tomcat 5.5.16 on the Windows platform to confirm what I was seeing: a request to http://localhost/manager results in a redirect to http://localhost/manager/? The same thing happens with (one of) my servlets when it receives no

Re: Tomcat 5.5.16: strange redirecting

2006-04-27 Thread Velpi
Might it be due to this bug? http://issues.apache.org/bugzilla/show_bug.cgi?id=38113 yes :( (I didn't find that bug by my search criteria...) I see it will be fixed in 5.5.17 :) Thanks! --Velpi - To unsubscribe, e-mail:

Re: Tomcat 5.5.16: strange redirecting

2006-04-27 Thread Velpi
Might it be due to this bug? http://issues.apache.org/bugzilla/show_bug.cgi?id=38113 yes :( (I didn't find that bug by my search criteria...) I see it will be fixed in 5.5.17 :) Just tested v5.5.17 (which seems to be released just now): The bug is fixed :). --Velpi