cziegeler 02/04/08 07:36:09 Modified: src/scratchpad/src/org/apache/cocoon/sunshine/sunrise/context SessionContextImpl.java Log: Fixed getxml for path "authentication" reported by Bert Van Kets [mailto:[EMAIL PROTECTED]] Revision Changes Path 1.3 +2 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/sunrise/context/SessionContextImpl.java Index: SessionContextImpl.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/sunrise/context/SessionContextImpl.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SessionContextImpl.java 22 Feb 2002 06:57:18 -0000 1.2 +++ SessionContextImpl.java 8 Apr 2002 14:36:09 -0000 1.3 @@ -75,7 +75,7 @@ /** * * @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a> - * @version CVS $Id: SessionContextImpl.java,v 1.2 2002/02/22 06:57:18 cziegeler Exp $ + * @version CVS $Id: SessionContextImpl.java,v 1.3 2002/04/08 14:36:09 cziegeler Exp $ */ public final class SessionContextImpl implements SessionContext { @@ -498,7 +498,7 @@ return true; } else if (path.startsWith("/authentication") == true) { - return this.sunRiseContext.streamXML('/' + this.handlerName + "/authentication", contentHandler, lexicalHandler); + return this.sunRiseContext.streamXML('/' + this.handlerName + path, contentHandler, lexicalHandler); } else if (path.equals("/application") == true || path.startsWith("/application/") == true) { if (this.applicationName != null) {
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]