You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/08/11 23:25:57 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf/assembly pipelines.xml jetspeed-spring.xml

taylor      2004/08/11 14:25:57

  Modified:    webapp/WEB-INF/conf/assembly pipelines.xml
                        jetspeed-spring.xml
  Log:
  -  assemble Fusion UserInfoManager
  - modify pipelines to handle Fusion security valves
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.5       +3 -7      jakarta-jetspeed/webapp/WEB-INF/conf/assembly/pipelines.xml
  
  Index: pipelines.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/assembly/pipelines.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pipelines.xml	11 Aug 2004 06:42:50 -0000	1.4
  +++ pipelines.xml	11 Aug 2004 21:25:57 -0000	1.5
  @@ -31,16 +31,10 @@
     </bean> 
     
     <bean id="securityValve"
  -        class="org.apache.jetspeed.security.impl.SecurityValveImpl"
  +        class="org.apache.jetspeed.fusion.security.impl.FusionSecurityValveImpl"
           init-method="initialize"
           lazy-init='true'
     >
  -   <constructor-arg>
  -   	<ref bean="org.apache.jetspeed.profiler.Profiler" />
  -   </constructor-arg>
  -   <constructor-arg>
  -   	<ref bean="org.apache.jetspeed.security.UserManager" />
  -   </constructor-arg>
     </bean> 
     
     <bean id="profilerValve"
  @@ -130,6 +124,7 @@
       <list>
       	<ref bean="localizationValve"/>
       	<ref bean="capabilityValve"/>
  +    	<ref bean="securityValve"/>    	
       	<ref bean="containerValve"/>
       	<ref bean="actionValve"/>
       </list>
  @@ -147,6 +142,7 @@
       <list>
       	<ref bean="localizationValve"/>
       	<ref bean="capabilityValve"/>
  +    	<ref bean="securityValve"/>    	
       	<ref bean="containerValve"/>
       	<ref bean="portletValve"/>
       </list>
  
  
  
  1.5       +1 -4      jakarta-jetspeed/webapp/WEB-INF/conf/assembly/jetspeed-spring.xml
  
  Index: jetspeed-spring.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/assembly/jetspeed-spring.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jetspeed-spring.xml	9 Aug 2004 22:44:25 -0000	1.4
  +++ jetspeed-spring.xml	11 Aug 2004 21:25:57 -0000	1.5
  @@ -177,11 +177,8 @@
   
     <!-- User Info -->
     <bean id="org.apache.jetspeed.userinfo.UserInfoManager"
  -       class="org.apache.jetspeed.userinfo.impl.UserInfoManagerImpl"
  +       class="org.apache.jetspeed.fusion.userinfo.impl.FusionUserInfoManagerImpl"
     >
  -     <constructor-arg ><ref bean="org.apache.jetspeed.security.UserManager"/></constructor-arg>
  -     <constructor-arg ><ref bean="org.apache.jetspeed.components.portletregistry.PortletRegistryComponent"/></constructor-arg>
  -
     </bean>
   
     <!--  Navigational State component -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org