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>&lt;autentication-manager&gt;
     &lt;handlers&gt;
       &lt;handler name="unique"&gt;
  -      &lt;redirect-to uri="cocoon:raw://loginpage"/&gt; &lt;!-- The redirect-to 
resource --&gt;
  -      &lt;authentication uri="cocoon:raw://authenticationresource"/&gt; &lt;!-- 
Authentication resource --&gt;
  +      &lt;!-- The redirect-to resource --&gt;
  +      &lt;redirect-to uri="cocoon:raw://loginpage"/&gt;
  +      &lt;!-- Authentication resource --&gt;
  +      &lt;authentication uri="cocoon:raw://authenticationresource"/&gt;
   
         &lt;load uri="cocoon:raw://authenticationsaveresource"&gt;
           &lt;!-- optional parameters --&gt;
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to