vgritsenko 2002/09/18 07:24:18 Modified: src/documentation/xdocs/developing/webapps Tag: cocoon_2_0_3_branch authentication.xml Log: optimize width Revision Changes Path No revision No revision 1.1.2.4 +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.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- authentication.xml 5 Jul 2002 09:08:27 -0000 1.1.2.3 +++ authentication.xml 18 Sep 2002 14:24:18 -0000 1.1.2.4 @@ -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]