You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/09/18 16:24:18 UTC

cvs commit: xml-cocoon2/src/documentation/xdocs/developing/webapps authentication.xml

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>&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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org