to my filter (login is not a servlet, it's a fake name), then when the browser points there, it never calls the filter. HOWEVER, if I map the following:
<url-pattern>*login</url-pattern>
and then point to "/secure/login" in the browser it DOES call the filter.
Why is that? Isn't that a mistake?
The following also never calls the filter: "/secure/*login".