Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 77788 invoked from network); 30 Jan 2004 20:23:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Jan 2004 20:23:10 -0000 Received: (qmail 14474 invoked by uid 500); 30 Jan 2004 20:22:52 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 14356 invoked by uid 500); 30 Jan 2004 20:22:51 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 14319 invoked from network); 30 Jan 2004 20:22:51 -0000 Received: from unknown (HELO web25207.mail.ukl.yahoo.com) (217.12.10.67) by daedalus.apache.org with SMTP; 30 Jan 2004 20:22:51 -0000 Message-ID: <20040130202255.36726.qmail@web25207.mail.ukl.yahoo.com> Received: from [81.57.42.144] by web25207.mail.ukl.yahoo.com via HTTP; Fri, 30 Jan 2004 21:22:55 CET Date: Fri, 30 Jan 2004 21:22:55 +0100 (CET) From: =?iso-8859-1?q?Nicolas=20Toper?= Subject: RE: Flow Redirect The auth-fw with cocoon:/ Not working To: dev@cocoon.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1514942735-1075494175=:36192" Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --0-1514942735-1075494175=:36192 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Could you send us your sitemap (well not all, but you understood) JD Daniels wrote:the problem seems to be when the pipelines are defined in a sub sitemap. I have the login, logout pipleines defined in sitemap under auth/ when they are defined in the root sitemap, they work fine. the logs indicate that all of the actions and redirects are taking place, it is just serializing out a blank html page. JD -----Original Message----- From: Nicolas Toper [mailto:ntoper@yahoo.fr] Sent: 2004-01-30 12:07 PM To: dev@cocoon.apache.org Subject: Re: Flow Redirect The auth-fw with cocoon:/ Not working I used the action with tons of redirection and it worked fine. JD Daniels wrote: There was a thread on this earlier, but there was not a solution I can see. I had my auth pipelines defined in the root sitemap, and they worked great. I need to move them to a sub-sitemap, but when I do, a blank html page is serialized out to the client, although all the logs indicate the redirects have taken place. the only change I can see is the addition of the cocoon:// protocol to my handler. 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: anyone have any ideas? JD Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Testez le nouveau Yahoo! Mail --------------------------------- Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Testez le nouveau Yahoo! Mail --0-1514942735-1075494175=:36192 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit
Could you send us your sitemap (well not all, but you understood)

JD Daniels <jd@datatrio.com> wrote:
the problem seems to be when the pipelines are defined in a sub sitemap.

I have the login, logout pipleines defined in sitemap under auth/
when they are defined in the root sitemap, they work fine. the logs indicate
that all of the actions and redirects are taking place, it is just
serializing out a blank html page.

JD


-----Original Message-----
From: Nicolas Toper [mailto:ntoper@yahoo.fr]
Sent: 2004-01-30 12:07 PM
To: dev@cocoon.apache.org
Subject: Re: Flow Redirect The auth-fw with cocoon:/ Not working


I used the action with tons of redirection and it worked fine.

JD Daniels wrote:
There was a thread on this earlier, but there was not a solution I can see.

I had my auth pipelines defined in the root sitemap, and they worked great.
I need to move them to a sub-sitemap, but when I do, a blank html page is
serialized out to the client, although all the logs indicate the redirects
have taken place. the only change I can see is the addition of the cocoon://
protocol to my handler.

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:







anyone have any ideas?

JD





Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Testez le nouveau Yahoo! Mail



Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Testez le nouveau Yahoo! Mail
--0-1514942735-1075494175=:36192--