vgritsenko 2002/09/18 07:24:18
Modified: src/documentation/xdocs/developing/webapps
authentication.xml
Log:
optimize width
Revision Changes Path
1.5 +6 -3
xml-cocoon2/src/documentation/xdocs/developing/webapps/authentication.xml
Index: authentication.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/developing/webapps/authentication.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- authentication.xml 5 Jul 2002 07:22:30 -0000 1.4
+++ authentication.xml 18 Sep 2002 14:24:18 -0000 1.5
@@ -170,7 +170,8 @@
<handlers>
<!-- Now follows the handlers configuration -->
<handler name="unique">
- <redirect-to uri="cocoon:raw://loginpage"/> <!-- The login resource
-->
+ <!-- The login resource -->
+ <redirect-to uri="cocoon:raw://loginpage"/>
<authentication uri="cocoon:raw://authenticationresource"/>
</handler>
</handlers>
@@ -476,8 +477,10 @@
<source><autentication-manager>
<handlers>
<handler name="unique">
- <redirect-to uri="cocoon:raw://loginpage"/> <!-- The redirect-to
resource -->
- <authentication uri="cocoon:raw://authenticationresource"/> <!--
Authentication resource -->
+ <!-- The redirect-to resource -->
+ <redirect-to uri="cocoon:raw://loginpage"/>
+ <!-- Authentication resource -->
+ <authentication uri="cocoon:raw://authenticationresource"/>
<load uri="cocoon:raw://authenticationsaveresource">
<!-- optional parameters -->
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]