You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2009/08/12 09:26:12 UTC

svn commit: r803394 - /continuum/trunk/continuum-webapp/src/main/resources/struts.xml

Author: ctan
Date: Wed Aug 12 07:26:12 2009
New Revision: 803394

URL: http://svn.apache.org/viewvc?rev=803394&view=rev
Log:
[CONTINUUM-2327] call interceptor retrieveStack in redbackRedirects action so security error messages won't show up in group summary page
merge -r 803391:803392 of 1.3.x branch

Modified:
    continuum/trunk/continuum-webapp/src/main/resources/struts.xml

Modified: continuum/trunk/continuum-webapp/src/main/resources/struts.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/struts.xml?rev=803394&r1=803393&r2=803394&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/resources/struts.xml (original)
+++ continuum/trunk/continuum-webapp/src/main/resources/struts.xml Wed Aug 12 07:26:12 2009
@@ -161,6 +161,7 @@
              allowing plexus-security to call out from its own set of actions
              into the application webapp, using global result names. -->
     <action name="redbackRedirect" class="redback-redirect" method="redirect">
+      <interceptor-ref name="retrieveStack"/>
       <result type="redirect-action">groupSummary</result>
     </action>