Hi all,

I'm using an authentication filter to control the access to several .jsp pages. At the moment, I'm using the mapping

  <filter-mapping>
    <filter-name>authenticationFilter</filter-name>
    <url-pattern>/*</url-pattern>
  </filter-mapping>

to do this. But this doesn't filter any access to the actions itself, like something.do. Do I have to include my filter manually in all actions (i.e. calling the doFilter method)?

Regards,
Arne


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to