On Fri, 24 Jan 2003 19:18, you wrote: > Hi to the Community, > > Has anyone ever thought of implementing the turbine security service > in a different way? Why not use the Java Servlet Filtering API this > way one could easily implement different SessionValidators, etc... > > Using the FilterChain and a clean Chain of Rsponsibilty Pattern would > make changes more than easy. One could implement different > Authorization Filters, different Authentication Filters, etc. Just > Plug them in and they will work.
A similar concept has already been implemented in the Turbine 3 pipeline, which consists of a sequence of valves (very similar to a filterchain which is a sequence of filters). Regards, -- Rodney -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
