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 {