[jboss-cvs] jbosstest/src/resources/test-configs/jacc/conf ...

Anil Saldhana anil.saldhana at jboss.com
Mon Jul 17 13:21:40 EDT 2006


  User: asaldhana
  Date: 06/07/17 13:21:40

  Modified:    src/resources/test-configs/jacc/conf  standardjboss.xml
  Log:
  JBAS-3374: Update the jacc tests to use the new SecurityAuthorizationInterceptor
  
  Revision  Changes    Path
  1.6       +19 -2     jbosstest/src/resources/test-configs/jacc/conf/standardjboss.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: standardjboss.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/test-configs/jacc/conf/standardjboss.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- standardjboss.xml	17 Mar 2006 09:38:19 -0000	1.5
  +++ standardjboss.xml	17 Jul 2006 17:21:40 -0000	1.6
  @@ -4,7 +4,12 @@
      "-//JBoss//DTD JBOSS 3.2//EN"
      "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd">
   
  -<!-- The ejb container configurations with the
  +<!-- 
  +Latest Checkpoint:
  +The JaccAuthorizationInterceptor has been replaced with the generic SecurityAuthorizationInterceptor
  +
  +Previous Checkpoint:
  +The ejb container configurations with the
      <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
   
   replaced with the following pair:
  @@ -159,7 +164,7 @@
           <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
   
            <interceptor>org.jboss.ejb.plugins.JaasAuthenticationInterceptor</interceptor>
  -         <interceptor>org.jboss.ejb.plugins.JaccAuthorizationInterceptor</interceptor>
  +         <interceptor>org.jboss.ejb.plugins.SecurityAuthorizationInterceptor</interceptor>
   
           <interceptor>org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>
           <interceptor>org.jboss.ejb.plugins.CallValidationInterceptor</interceptor>
  @@ -206,7 +211,10 @@
           <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
   
            <interceptor>org.jboss.ejb.plugins.JaasAuthenticationInterceptor</interceptor>
  +         <!--
            <interceptor>org.jboss.ejb.plugins.JaccAuthorizationInterceptor</interceptor>
  +          -->
  +         <interceptor>org.jboss.ejb.plugins.SecurityAuthorizationInterceptor</interceptor>
   
           <interceptor>org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>
           <interceptor>org.jboss.ejb.plugins.CallValidationInterceptor</interceptor>
  @@ -250,7 +258,10 @@
           <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
   
            <interceptor>org.jboss.ejb.plugins.JaasAuthenticationInterceptor</interceptor>
  +        <!--
            <interceptor>org.jboss.ejb.plugins.JaccAuthorizationInterceptor</interceptor>
  +        -->
  +         <interceptor>org.jboss.ejb.plugins.SecurityAuthorizationInterceptor</interceptor>
   
           <!-- CMT -->
           <interceptor transaction="Container">org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>
  @@ -294,7 +305,10 @@
           <interceptor>org.jboss.resource.connectionmanager.CachedConnectionInterceptor</interceptor>
   
            <interceptor>org.jboss.ejb.plugins.JaasAuthenticationInterceptor</interceptor>
  +         <!--
            <interceptor>org.jboss.ejb.plugins.JaccAuthorizationInterceptor</interceptor>
  +         -->
  +         <interceptor>org.jboss.ejb.plugins.SecuritAuthorizationInterceptor</interceptor>
   
         </container-interceptors>
         <instance-cache>org.jboss.ejb.plugins.StatefulSessionInstanceCache</instance-cache>
  @@ -330,7 +344,10 @@
           <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
   
            <interceptor>org.jboss.ejb.plugins.JaasAuthenticationInterceptor</interceptor>
  +         <!--
            <interceptor>org.jboss.ejb.plugins.JaccAuthorizationInterceptor</interceptor>
  +         -->
  +         <interceptor>org.jboss.ejb.plugins.SecurityAuthorizationInterceptor</interceptor>
   
           <interceptor>org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>
           <interceptor>org.jboss.ejb.plugins.CallValidationInterceptor</interceptor>
  
  
  



More information about the jboss-cvs-commits mailing list