Re: How to minimize security related code in Action classes

2005-10-10 Thread Adam Hardy
Barnett, Brian W. on 07/10/05 21:16, wrote: Can someone point me to some articles or provide some examples on how to minimize security related code (authorization) in my Action classes? I am currently using container-managed, form-based security (Tomcat) for authentication and and elements in w

How to minimize security related code in Action classes

2005-10-07 Thread Barnett, Brian W.
Can someone point me to some articles or provide some examples on how to minimize security related code (authorization) in my Action classes? I am currently using container-managed, form-based security (Tomcat) for authentication and and elements in web.xml. The problem is that I'm not sure how