You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Arne Brutschy <ma...@studserv.uni-leipzig.de> on 2003/12/05 12:12:35 UTC

[OT] Athentication filter doesn't filter actions

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org