Re: Securing Struts - Which is my best option

2004-02-13 Thread Adam Hardy
Joanne, struts can be used to implement security easily using the 'roles=' attribute on the action mappings in your struts-config. This allows you to specify which roles can access an action or not. This depends on use of container-managed security, but I think that the SecurityFilter plugin is

Securing Struts - Which is my best option

2004-02-12 Thread Joanne L Corless
Hi, I know this topic has been discussed before but I've looked at all the previous posts and can't find anything to answer my problem I have a struts app that is designed to use a database user with very limited rights pre-login and then post login it is designed to use the users own view. I wa