function login(form) {
var model = form.getModel();
form.showForm("login-display-pipeline");
cocoon.sendPage("doLogin.xml");
}
If I have this in my root sitemap. it works fine.
But if I move it to a subsitemap and configure the authentication handler:
<handler name="userhandler">
<redirect-to uri="cocoon://auth/login.form"/>
<authentication uri="cocoon://auth/authUser.xsp"/>
</handler>
The redirects never take place at the client.
anyone have any ideas?
JD
