taylor      2005/02/01 21:58:43

  Modified:    portal/src/webapp/WEB-INF/assembly jetspeed-spring.xml
  Added:       portal/src/webapp/WEB-INF/assembly authentication.xml
  Log:
  make it easier to remove the RdbmsPolicy if not required
   http://issues.apache.org/jira/browse/JS2-205
  
  Revision  Changes    Path
  1.42      +1 -15     
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed-spring.xml
  
  Index: jetspeed-spring.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed-spring.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- jetspeed-spring.xml       2 Feb 2005 03:22:05 -0000       1.41
  +++ jetspeed-spring.xml       2 Feb 2005 05:58:43 -0000       1.42
  @@ -547,21 +547,7 @@
                        </props>
                </property>
      </bean>
  -  
  -  <!-- Security: RDBMS Policy implementation for JAAS -->
  -  <bean id="org.apache.jetspeed.security.impl.RdbmsPolicy" 
  -        class="org.apache.jetspeed.security.impl.RdbmsPolicy"
  -  >             
  -        <constructor-arg ><ref 
bean="org.apache.jetspeed.security.PermissionManager"/></constructor-arg>       
 
  -  </bean>
  -  
  -  <!-- Security: Authorization Provider -->
  -  <bean id="org.apache.jetspeed.security.AuthorizationProvider" 
  -        class="org.apache.jetspeed.security.impl.AuthorizationProviderImpl"
  -  >             
  -        <constructor-arg ><ref 
bean="org.apache.jetspeed.security.impl.RdbmsPolicy"/></constructor-arg>   
  -  </bean>
  -  
  +    
     <!-- User Info -->
     <bean id="org.apache.jetspeed.userinfo.UserInfoManager" 
           class="org.apache.jetspeed.userinfo.impl.UserInfoManagerImpl"
  
  
  
  1.1                  
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/authentication.xml
  
  Index: authentication.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" 
"http://www.springframework.org/dtd/spring-beans.dtd";>
  <!--
  Copyright 2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
  <beans>
  
    <!-- Security: RDBMS Policy implementation for JAAS -->
    <bean id="org.apache.jetspeed.security.impl.RdbmsPolicy" 
           class="org.apache.jetspeed.security.impl.RdbmsPolicy"
    >      
           <constructor-arg ><ref 
bean="org.apache.jetspeed.security.PermissionManager"/></constructor-arg>       
 
    </bean>
    
    <!-- Security: Authorization Provider -->
    <bean id="org.apache.jetspeed.security.AuthorizationProvider" 
           class="org.apache.jetspeed.security.impl.AuthorizationProviderImpl"
    >      
           <constructor-arg ><ref 
bean="org.apache.jetspeed.security.impl.RdbmsPolicy"/></constructor-arg>   
    </bean>
  
  </beans>
  
  
  

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

Reply via email to