Am I asking a dumb question? I can't find an answer searching the
list........

JD

-----Original Message-----
From: JD Daniels [mailto:[EMAIL PROTECTED]
Sent: 2004-01-26 10:54 AM
To: [EMAIL PROTECTED]
Subject: RE: Flow redirecting (was [Flow and auth-fw redirects not
working under sub sitemap])



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

Reply via email to