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:24:26 UTC

svn commit: r803392 - /continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/struts.xml

Author: ctan
Date: Wed Aug 12 07:24:25 2009
New Revision: 803392

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

Modified:
    continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/struts.xml

Modified: continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/struts.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/struts.xml?rev=803392&r1=803391&r2=803392&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/struts.xml (original)
+++ continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/struts.xml Wed Aug 12 07:24:25 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>
 



Re: svn commit: r803392 - /continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/struts.xml

Posted by Marica Tan <ma...@gmail.com>.
On Sat, Aug 22, 2009 at 8:31 PM, Brett Porter <br...@apache.org> wrote:

>
> On 12/08/2009, at 3:24 AM, ctan@apache.org wrote:
>
>  Author: ctan
>> Date: Wed Aug 12 07:24:25 2009
>> New Revision: 803392
>>
>> URL: http://svn.apache.org/viewvc?rev=803392&view=rev
>> Log:
>> [CONTINUUM-2327] call interceptor retrieveStack in redbackRedirects action
>> so security error messages won't show up in the group summary page
>>
>
> Does that mean errors like Account Locked that tend to send you back to the
> summary page instead of the login page will not be seen?
>

No, it will still show up.

>
> - Brett
>
>

Re: svn commit: r803392 - /continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/struts.xml

Posted by Brett Porter <br...@apache.org>.
On 12/08/2009, at 3:24 AM, ctan@apache.org wrote:

> Author: ctan
> Date: Wed Aug 12 07:24:25 2009
> New Revision: 803392
>
> URL: http://svn.apache.org/viewvc?rev=803392&view=rev
> Log:
> [CONTINUUM-2327] call interceptor retrieveStack in redbackRedirects  
> action so security error messages won't show up in the group summary  
> page

Does that mean errors like Account Locked that tend to send you back  
to the summary page instead of the login page will not be seen?

- Brett