2005/6/16, Aleksander Bandelj <[EMAIL PROTECTED]>: > Yes, we use Acegi and cocoon. Actually, I wonder why anyone would see > this as a problem - acegi http security is just a sequence of servlet > filters and cocoon is a servlet ... is there a way for that not to work > together ? :) > > You just put Acegi stuff in web.xml and spring configuration and you are > rockin'. > > As for real cocoon-acegi integration, we have written simple selector, > so we can write: > > <map:select type="user-role"> > <map:when test="admin"> > <map:redirect-to uri="http://www.apache.org"/> > </map:when> > <map:when test="user"> > <map:redirect-to uri="http://www.google.com"/> > </map:when> > </map:select> > > And we use it from flowscript by calling Acegi API directly. Simple, > isn't it ? :)
Simple enough for you to write a small step-by-step tutorial explaining briefly what is acegi, how it works and how it can be integrated and used inside cocoon and its flowscript ? ;-P -- Sébastien Arbogast WebCV : http://www.sebastien-arbogast.com The Epseelon Project : http://www.epseelon.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
