[EMAIL PROTECTED] wrote:
Thanks for the answer. Only, these listeners belong to the Servlet API and not to Cocoon, so this will not work in batch mode, when there's a BatchContext instead of a HttpContext. Is there a Cocoon specific method?


You didn't mention your app is running in batch mode. I don't know much about cocoon batch mode. Do you even have Context, Session and Request attributes available without the HTTPContext?


But anyway, did you know an action can span multiple matchers? It's how the autentication framework works basically, you encapsulate one action around all the pipelines you want to protect. Maybe this helps you reducing your sitemap code enough already.

Regards
Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to