svn commit: r1598939 - /portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/pipelines.xml
| Newsgroups | gmane.comp.jakarta.jetspeed.devel |
|---|---|
| Message-ID | <[email protected]> |
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>