Hi, all steps required for integrating acegi into your wicket-app are described on http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html. however you'll get problems if you want to chain multiple filters, especially the concurrentsessionfilter since you've got to configure your own authentication object. i.e. you'll have to call the authentication.setDetails method on your own, or you'll end up seeking a bug for hours, just like I did :-) for me personally, the wicket-security implementation (wasp+swarm) is enough for authentication and authorization (that being said in the development phase, I'll post it here if it makes problems in production). the wicket-security stuff including tutorials etc. can be found here: http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Security
regards alshamsi wrote: > > Hi All, > > I am currently working on a project which uses Wicket as view layer > and Spring as service layer, therefore my web application class extends > Spring Web Application. I want to integrate Acegi in order to handle the > security issues. I came across this article > http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html that > explains the integration between wicket and acegi. However it mentions > that I need to extend AuthenticatedWebApplication. > > So, what should I do in this case? is there any other class the I can > extend that combine both Spring and Acegi? is there any other way to > integrate Acegi? > > Regards, > Suad > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ----- Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Spring-Authenticated-Web-Application-tf4749814.html#a13586813 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
