Hi, I'm doing login and logout in sub-sitemap, and all works except the logout-action, which gives this:
org.apache.avalon.framework.configuration.ConfigurationException: Handler
names must be unique: my-handler
In sub-sitemap:
<map:match pattern="logout">
<map:act type="auth-logout">
<map:parameter name="handler" value="my-handler"/>
<map:redirect-to uri="out"/>
</map:act>
</map:match>
Cocoon2.1.3
-Tuomo
