haul 2002/12/18 08:53:34
Modified: src/webapp/WEB-INF cocoon.xconf
Log:
<action dev="CH" type="add"due-to-email="[EMAIL PROTECTED]"
due-to="Antonio Gallardo" fixes-bug="13070">
Add a new tag xsp-session:getxml to XSP. In this course moved session.xsl
for JAVA as well as XSPSessionHelper to session-fw block. Removed
dependencies to XSPSessionHelper and moved functionality to XSPRequestHelper
which already deals with session.
</action>
Revision Changes Path
1.50 +0 -10 xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- cocoon.xconf 4 Dec 2002 11:40:50 -0000 1.49
+++ cocoon.xconf 18 Dec 2002 16:53:34 -0000 1.50
@@ -259,16 +259,6 @@
<parameter name="href"
value="resource://org/apache/cocoon/components/language/markup/xsp/java/response.xsl"/>
</builtin-logicsheet>
- <!-- The Session logicsheet (taglib) is an XSP logicsheet that wraps XML
tags around
- standard session operations. Specifically, the Session logicsheet
provides an
- XML interface to most methods of the HttpSession object (see the Java
Servlet API
- Specification, version 2.2 ) for more information. -->
- <builtin-logicsheet>
- <parameter name="prefix" value="xsp-session"/>
- <parameter name="uri" value="http://apache.org/xsp/session/2.0"/>
- <parameter name="href"
value="resource://org/apache/cocoon/components/language/markup/xsp/java/session.xsl"/>
- </builtin-logicsheet>
-
<!-- The Cookie logicsheet (taglib) is an XSP logicsheet that wraps XML
tags
around standard cookie operations -->
<builtin-logicsheet>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]