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/06/01 22:57:44 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/pipelines portlet-pipeline.xml action-pipeline.xml

taylor      2004/06/01 13:57:44

  Modified:    portal/src/webapp/WEB-INF/conf/pipelines
                        portlet-pipeline.xml action-pipeline.xml
  Log:
  adjust pipeline processing
    - portlet pipeline doesn't need an action valve
    - action pipeline needs a  container valve
  
  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.4       +1 -4      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/pipelines/portlet-pipeline.xml
  
  Index: portlet-pipeline.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/pipelines/portlet-pipeline.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- portlet-pipeline.xml	25 May 2004 01:37:12 -0000	1.3
  +++ portlet-pipeline.xml	1 Jun 2004 20:57:44 -0000	1.4
  @@ -23,10 +23,7 @@
         <className>org.apache.jetspeed.capabilities.impl.CapabilityValveImpl</className>
       </valveDescriptor>
       <valveDescriptor>
  -      <className>org.apache.jetspeed.security.impl.SecurityValveImpl</className>
  -    </valveDescriptor>
  -     <valveDescriptor>
  -      <className>org.apache.jetspeed.pipeline.valve.impl.ActionValveImpl</className>
  +      <className>org.apache.jetspeed.container.ContainerValve</className>
       </valveDescriptor>
       <valveDescriptor>
         <className>org.apache.jetspeed.aggregator.PortletValve</className>
  
  
  
  1.2       +0 -3      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/pipelines/action-pipeline.xml
  
  Index: action-pipeline.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/conf/pipelines/action-pipeline.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- action-pipeline.xml	1 Jun 2004 15:46:00 -0000	1.1
  +++ action-pipeline.xml	1 Jun 2004 20:57:44 -0000	1.2
  @@ -23,9 +23,6 @@
         <className>org.apache.jetspeed.capabilities.impl.CapabilityValveImpl</className>
       </valveDescriptor>
       <valveDescriptor>
  -      <className>org.apache.jetspeed.security.impl.SecurityValveImpl</className>
  -    </valveDescriptor>
  -    <valveDescriptor>
         <className>org.apache.jetspeed.container.ContainerValve</className>
       </valveDescriptor>
        <valveDescriptor>
  
  
  

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