Re: tomcat 5.0 context redirect

2006-12-13 Thread Reinhard Moosauer
Hi, you can mimimize http traffic by correctly linking to http://localhost:8080/mytestapp/?qa=1 (with the slash) Please consider that "mytestapp" should be seen as a directory by the browser. And your first url is wrong (strictly speaking), so Tomcat tries to fix it by a redirect. I see no r

tomcat 5.0 context redirect

2006-12-12 Thread ying lcs
Hi, I notice some strange feature in tomcat 5.0. If i have a url like this http://localhost:8080/mytestapp?qa=1, it will be redirected to http://localhost:8080/mytestapp/?qa=1, in order words, "context" is automatically redirected to "context/". Can you please tell me why tomcat 5.0 does it? i