Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 20356 invoked from network); 27 Jan 2004 18:11:58 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Jan 2004 18:11:58 -0000 Received: (qmail 74074 invoked by uid 500); 27 Jan 2004 18:11:16 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 73980 invoked by uid 500); 27 Jan 2004 18:11:15 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 73933 invoked by uid 500); 27 Jan 2004 18:11:15 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 73915 invoked from network); 27 Jan 2004 18:11:15 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 27 Jan 2004 18:11:15 -0000 Received: (qmail 85495 invoked by uid 1672); 27 Jan 2004 16:21:53 -0000 Date: 27 Jan 2004 16:21:53 -0000 Message-ID: <20040127162153.85494.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/components PipelineAuthenticator.java 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 joerg 2004/01/27 08:21:53 Modified: src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/components PipelineAuthenticator.java Log: readded SourceUtil.toDOM(source) as it is needed: "otherwise the pipeline is never called" (CZ) Revision Changes Path 1.12 +2 -1 cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/components/PipelineAuthenticator.java Index: PipelineAuthenticator.java =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/components/PipelineAuthenticator.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- PipelineAuthenticator.java 27 Jan 2004 11:42:51 -0000 1.11 +++ PipelineAuthenticator.java 27 Jan 2004 16:21:53 -0000 1.12 @@ -330,6 +330,7 @@ // This allows arbitrary business logic to be called. Whatever is returned // is ignored. source = SourceUtil.getSource(logoutResourceName, null, parameters, this.resolver); + SourceUtil.toDOM(source); } catch (Exception ignore) { this.getLogger().error("logout: " + ignore.getMessage(), ignore); } finally {