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 don' t notice the
same thing in tomcat 4.1?
And if there is a way to disable this feature? I think this redirect
is done via HTTP 302. And i would like to minimize http traffic.
thank you.
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)