You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/05/04 22:15:59 UTC

cvs commit: cocoon-2.1/src/blocks/authentication-fw/conf authentication.xroles authentication.xconf authentication-sel.xmap

cziegeler    2003/05/04 13:15:59

  Modified:    src/blocks/authentication-fw/conf authentication.xroles
                        authentication.xconf
  Removed:     src/blocks/authentication-fw/conf authentication-sel.xmap
  Log:
  Redesign/Modularizing the session and authentication framework
  
  Revision  Changes    Path
  1.3       +3 -3      cocoon-2.1/src/blocks/authentication-fw/conf/authentication.xroles
  
  Index: authentication.xroles
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/authentication-fw/conf/authentication.xroles,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- authentication.xroles	3 May 2003 16:12:23 -0000	1.2
  +++ authentication.xroles	4 May 2003 20:15:59 -0000	1.3
  @@ -1,9 +1,9 @@
   <?xml version="1.0"?>
   
  -<xroles xpath="/role-list" unless="role[@name='org.apache.cocoon.webapps.authentication.components.AuthenticationManager']">
  +<xroles xpath="/role-list" unless="role[@name='org.apache.cocoon.webapps.authentication.AuthenticationManager']">
   
  -  <role name="org.apache.cocoon.webapps.authentication.components.AuthenticationManager"
  +  <role name="org.apache.cocoon.webapps.authentication.AuthenticationManager"
           shorthand="authentication-manager"
  -        default-class="org.apache.cocoon.webapps.authentication.components.AuthenticationManager"/>
  +        default-class="org.apache.cocoon.webapps.authentication.components.DefaultAuthenticationManager"/>
   
   </xroles>
  
  
  
  1.3       +5 -7      cocoon-2.1/src/blocks/authentication-fw/conf/authentication.xconf
  
  Index: authentication.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/authentication-fw/conf/authentication.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- authentication.xconf	3 May 2003 16:12:23 -0000	1.2
  +++ authentication.xconf	4 May 2003 20:15:59 -0000	1.3
  @@ -2,12 +2,10 @@
   
   <xconf xpath="/cocoon" unless="authentication-manager">
   
  -    <authentication-manager logger="core.authentication-manager"
  -                            pool-max="32" pool-min="8" pool-grow="4">
  -      <mediatypes default="html">
  -        <media name="wap" useragent="Nokia"/>
  -        <media name="wap" useragent="UP"/>
  -        <media name="wap" useragent="Wapalizer"/>
  -      </mediatypes>
  +    <!--+
  +        + The authentication manager
  +        +-->
  +    <authentication-manager logger="core.authentication-manager">
       </authentication-manager>
  +    
   </xconf>