On Mon, Dec 27, 2010 at 8:36 AM, Jordi Fernandez
<jordi.fernan...@esilog.com> wrote:
> Have you considered Spring Security?
> http://static.springsource.org/spring-security/site/

No.. I'll have to read a bit more; but my first guess is that I'd have
to do some refactoring of some legacy code ( I need to use the same
underlying data / logic to perform AA in another sibling application.

Basically I was wondering what was "built-in" to struts to handle this
and find out if I can adapt that to my current app

I think all I need to do is write a LoginInterceptor to check for a
login, and redirect to the login page if the user isn't authenticated.
 The security for this application is binary so I don't need anything
additional for Authorization.

Thanks for pointing it out though.. I'll definitely do some research into that.

-- 
Greg Akins

http://insomnia-consulting.org
http://www.pghcodingdojo.org
http://pittjug.dev.java.net
http://twitter.com/akinsgre
http://www.linkedin.com/in/akinsgre

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to