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 2003/05/03 18:12:24 UTC

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

vgritsenko    2003/05/03 09:12:24

  Modified:    src/blocks/authentication-fw/conf authentication-act.xmap
                        authentication-gen.xmap authentication-sel.xmap
                        authentication.xconf authentication.xroles
  Log:
  Fix line endings
  
  Revision  Changes    Path
  1.2       +14 -14    cocoon-2.1/src/blocks/authentication-fw/conf/authentication-act.xmap
  
  Index: authentication-act.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/authentication-fw/conf/authentication-act.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- authentication-act.xmap	9 Mar 2003 00:02:12 -0000	1.1
  +++ authentication-act.xmap	3 May 2003 16:12:23 -0000	1.2
  @@ -1,14 +1,14 @@
  -<?xml version="1.0"?>
  -
  -<xmap xpath="/sitemap/components/actions"
  -      unless="action[@name='auth-protect']">
  -
  -    <map:action name="auth-protect"
  -                src="org.apache.cocoon.webapps.authentication.acting.AuthAction"/>
  -    <map:action name="auth-login"
  -                src="org.apache.cocoon.webapps.authentication.acting.LoginAction"/>
  -    <map:action name="auth-logout"
  -                src="org.apache.cocoon.webapps.authentication.acting.LogoutAction"/>
  -    <map:action name="auth-loggedIn"
  -                src="org.apache.cocoon.webapps.authentication.acting.LoggedInAction"/>
  -</xmap>
  +<?xml version="1.0"?>
  +
  +<xmap xpath="/sitemap/components/actions"
  +      unless="action[@name='auth-protect']">
  +
  +    <map:action name="auth-protect"
  +                src="org.apache.cocoon.webapps.authentication.acting.AuthAction"/>
  +    <map:action name="auth-login"
  +                src="org.apache.cocoon.webapps.authentication.acting.LoginAction"/>
  +    <map:action name="auth-logout"
  +                src="org.apache.cocoon.webapps.authentication.acting.LogoutAction"/>
  +    <map:action name="auth-loggedIn"
  +                src="org.apache.cocoon.webapps.authentication.acting.LoggedInAction"/>
  +</xmap>
  
  
  
  1.2       +9 -9      cocoon-2.1/src/blocks/authentication-fw/conf/authentication-gen.xmap
  
  Index: authentication-gen.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/authentication-fw/conf/authentication-gen.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- authentication-gen.xmap	9 Mar 2003 00:02:13 -0000	1.1
  +++ authentication-gen.xmap	3 May 2003 16:12:23 -0000	1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?>
  -
  -<xmap xpath="/sitemap/components/generators"
  -      unless="generator[@name='auth-conf']">
  -
  -    <map:generator name="auth-conf"
  -                   src="org.apache.cocoon.webapps.authentication.generation.ConfigurationGenerator"
  -                   label="content,data"/>
  -</xmap>
  +<?xml version="1.0"?>
  +
  +<xmap xpath="/sitemap/components/generators"
  +      unless="generator[@name='auth-conf']">
  +
  +    <map:generator name="auth-conf"
  +                   src="org.apache.cocoon.webapps.authentication.generation.ConfigurationGenerator"
  +                   label="content,data"/>
  +</xmap>
  
  
  
  1.2       +8 -8      cocoon-2.1/src/blocks/authentication-fw/conf/authentication-sel.xmap
  
  Index: authentication-sel.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/authentication-fw/conf/authentication-sel.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- authentication-sel.xmap	9 Mar 2003 00:02:13 -0000	1.1
  +++ authentication-sel.xmap	3 May 2003 16:12:23 -0000	1.2
  @@ -1,8 +1,8 @@
  -<?xml version="1.0"?>
  -
  -<xmap xpath="/sitemap/components/selectors"
  -      unless="selector[@name='auth-media']">
  -
  -    <map:selector name="auth-media"
  -                  src="org.apache.cocoon.webapps.authentication.selection.MediaSelector"/>
  -</xmap>
  +<?xml version="1.0"?>
  +
  +<xmap xpath="/sitemap/components/selectors"
  +      unless="selector[@name='auth-media']">
  +
  +    <map:selector name="auth-media"
  +                  src="org.apache.cocoon.webapps.authentication.selection.MediaSelector"/>
  +</xmap>
  
  
  
  1.2       +13 -13    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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- authentication.xconf	9 Mar 2003 00:02:13 -0000	1.1
  +++ authentication.xconf	3 May 2003 16:12:23 -0000	1.2
  @@ -1,13 +1,13 @@
  -<?xml version="1.0"?>
  -
  -<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>
  -    </authentication-manager>
  -</xconf>
  +<?xml version="1.0"?>
  +
  +<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>
  +    </authentication-manager>
  +</xconf>
  
  
  
  1.2       +9 -9      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- authentication.xroles	9 Mar 2003 00:02:13 -0000	1.1
  +++ authentication.xroles	3 May 2003 16:12:23 -0000	1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?>
  -
  -<xroles xpath="/role-list" unless="role[@name='org.apache.cocoon.webapps.authentication.components.AuthenticationManager']">
  -
  -  <role name="org.apache.cocoon.webapps.authentication.components.AuthenticationManager"
  -        shorthand="authentication-manager"
  -        default-class="org.apache.cocoon.webapps.authentication.components.AuthenticationManager"/>
  -
  -</xroles>
  +<?xml version="1.0"?>
  +
  +<xroles xpath="/role-list" unless="role[@name='org.apache.cocoon.webapps.authentication.components.AuthenticationManager']">
  +
  +  <role name="org.apache.cocoon.webapps.authentication.components.AuthenticationManager"
  +        shorthand="authentication-manager"
  +        default-class="org.apache.cocoon.webapps.authentication.components.AuthenticationManager"/>
  +
  +</xroles>