paulsp      02/05/26 10:54:02

  Modified:    build    Tag: security_14 build.xml
               webapp/WEB-INF/conf Tag: security_14
                        JetspeedSecurity.properties
  Log:
  Add test and property entries for TurbineAccessController.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.142.2.3 +23 -0     jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.142.2.2
  retrieving revision 1.142.2.3
  diff -u -r1.142.2.2 -r1.142.2.3
  --- build.xml 26 May 2002 04:08:36 -0000      1.142.2.2
  +++ build.xml 26 May 2002 17:54:02 -0000      1.142.2.3
  @@ -852,6 +852,29 @@
   
   
       <!-- =================================================================== -->
  +    <!-- Run the client JUnit test cases (non-cactus)                        -->
  +    <!-- =================================================================== -->
  +    <target name="unittest-security-turbine" depends="compile"
  +            description="Turbine security unit test">
  +
  +        <junit printsummary="yes" haltonfailure="yes" haltonerror="yes" fork="yes">
  +
  +            <classpath>
  +                <pathelement location="${build.dest.dir}"/>
  +                <path refid="classpath"/>
  +                <pathelement location="${junit.jar}"/>
  +                <pathelement location="${hsql.jar}"/>
  +            </classpath>
  +
  +            <formatter type="plain" usefile="false"/>            
  +
  +            <!-- JUnit unit tests -->
  +            <test 
name="org.apache.jetspeed.services.security.turbine.TestAccessController"/>
  +
  +        </junit>
  +    </target>
  +
  +    <!-- =================================================================== -->
       <!-- Rebuilds everything                                                 -->
       <!-- This is a little quicker than "clean; build" because there is no    -->
       <!-- second JVM bootup.                                                  -->
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +7 -1      
jakarta-jetspeed/webapp/WEB-INF/conf/Attic/JetspeedSecurity.properties
  
  Index: JetspeedSecurity.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/Attic/JetspeedSecurity.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- JetspeedSecurity.properties       25 May 2002 03:41:16 -0000      1.1.2.1
  +++ JetspeedSecurity.properties       26 May 2002 17:54:02 -0000      1.1.2.2
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: JetspeedSecurity.properties,v 1.1.2.1 2002/05/25 03:41:16 taylor Exp $
  +# $Id: JetspeedSecurity.properties,v 1.1.2.2 2002/05/26 17:54:02 paulsp Exp $
   #
   # This is the configuration file for JetspeedSecurity
   #
  @@ -13,6 +13,12 @@
   #########################################
   
   
services.PortalAuthentication.classname=org.apache.jetspeed.services.security.turbine.TurbineAuthentication
  +
  +#########################################
  +# Authorization Service                 #
  +#########################################
  +
  
+services.PortalAccessController.classname=org.apache.jetspeed.services.security.turbine.TurbineAccessController
   
   #########################################
   # User Management Service               #
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to