RE: Struts2 with Authentication & Security

2009-08-21 Thread Martin Gainty
nterdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: RE:

RE: Struts2 with Authentication & Security

2009-08-21 Thread Kofford, C Todd
dd Kofford tkoff...@ku.edu University of Kansas - IT -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Friday, August 21, 2009 10:07 AM To: Struts Users Mailing List Subject: RE: Struts2 with Authentication & Security i had a devil of a time coaxing mvn package t

RE: Struts2 with Authentication & Security

2009-08-21 Thread Martin Gainty
Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: RE: Struts2 w

RE: Struts2 with Authentication & Security

2009-08-21 Thread Kofford, C Todd
o:poulw...@gmail.com] Sent: Friday, August 21, 2009 7:10 AM To: Struts Users Mailing List Subject: Re: Struts2 with Authentication & Security Hi all, "a few years ago" means also that this solution still works. But from my point of view, inteceptor might be better if You are in a si

RE: Struts2 with Authentication & Security

2009-08-21 Thread Zied Bejaoui
ugust 2009 21:33 To: Struts Users Mailing List Subject: Re: Struts2 with Authentication & Security Personally, I used to prefer container managed security, like what Tomcat provides -> http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html But found that I didn't like being

Re: Struts2 with Authentication & Security

2009-08-21 Thread Paweł Wielgus
cher [mailto:w...@wantii.com] > Sent: Thursday, August 20, 2009 8:11 PM > To: Struts Users Mailing List > Subject: Re: Struts2 with Authentication & Security > > I used this same approach for an app I worked on a few years ago. > There is nothing wrong, in fact its simplicity is

RE: Struts2 with Authentication & Security

2009-08-20 Thread Lee Clemens
ect - I admit I haven't looked into Interceptors too deeply.) -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Thursday, August 20, 2009 8:11 PM To: Struts Users Mailing List Subject: Re: Struts2 with Authentication & Security I used this same approach for

Re: Struts2 with Authentication & Security

2009-08-20 Thread Wes Wannemacher
t; be restricted > > -Original Message- > From: CRANFORD, CHRIS [mailto:chris.cranf...@setech.com] > Sent: Thursday, August 20, 2009 4:25 PM > To: user@struts.apache.org > Subject: Struts2 with Authentication & Security > > > I am currently preparing the steps

RE: Struts2 with Authentication & Security

2009-08-20 Thread Lee Clemens
[mailto:chris.cranf...@setech.com] Sent: Thursday, August 20, 2009 4:25 PM To: user@struts.apache.org Subject: Struts2 with Authentication & Security I am currently preparing the steps to port a legacy Struts1 application to Struts2. The rewrite of the web application also includes a transition from

Re: Struts2 with Authentication & Security

2009-08-20 Thread Wes Wannemacher
Personally, I used to prefer container managed security, like what Tomcat provides -> http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html But found that I didn't like being forced into their database schema, so I started using ACEGI, which is now called Spring Security. There are some that

Struts2 with Authentication & Security

2009-08-20 Thread CRANFORD, CHRIS
I am currently preparing the steps to port a legacy Struts1 application to Struts2. The rewrite of the web application also includes a transition from Tiles to Sitemesh along with the introduction of the Spring and Hibernate frameworks. The authentication and security model used in the Struts1