Author: taylor
Date: Sun Jun  1 01:33:51 2014
New Revision: 1598939

URL: http://svn.apache.org/r1598939
Log:
JS2-1295 - This fix ensures that actions are processed on the portlet pipeline. 
Making the target pipeline optional would be better suited with Pluto3 and the 
PortletHub. This fix should handle simple casess of actions executing on 
portlet pipeline

Modified:
    
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/pipelines.xml

Modified: 
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/pipelines.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/pipelines.xml?rev=1598939&r1=1598938&r2=1598939&view=diff
==============================================================================
--- 
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/pipelines.xml
 (original)
+++ 
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/pipelines.xml
 Sun Jun  1 01:33:51 2014
@@ -715,6 +715,11 @@
         <ref bean="pageProfilerValve" />
         <ref bean="refreshUserHomepageValve" />
         <ref bean="containerValve" />
+
+        <!-- JS2-1295 -->
+        <ref bean="actionValve" />
+        <ref bean="resourceValve" />
+
         <ref bean="portletValveTitleInHeader" />
         <ref bean="cleanUpValve" />
       </list>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org
For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org

Reply via email to