Struts doesn't have anything to do with Servlet filters (Servlets 2.3). You
can use filters.
 You don't have to rewrite anything.
 web.xml only has entries for servlets. A Struts action is not a servlet. Do
you mean role based permissions for actions ?

Mohan



-----Original Message-----
From: Balaji R [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 23, 2003 7:11 PM
To: Struts Users Mailing List
Subject: filters


Am using Struts with tomcat.
Can I use ServletFilters for processing login permissions on URLs?
Or would I have to rewrite the controller Action Class adding a if-then-else
there?
'Cause the web.xml dosent have the servlet entries for rest of the action
classes.



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


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

Reply via email to