[
Lists Home |
Date Index |
Thread Index
]
Elliotte Harold wrote:
> In other words, is http://www.example.com/data/limit/.. essentially the
> same as http://www.example.com/data/limit/../ or not?
Definitely not. The Apache Tomcat docs explicitely point out
that it is, for example, possible to bind different servlets
to <some_url> and <some_url>/. I don't think they'd do this if
some spec mandated equal treatment for both URLs.
J.Pietschmann
|