You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jm...@apache.org on 2006/09/28 03:53:57 UTC

svn commit: r450662 - /maven/continuum/branches/rbac-integration/continuum-webapp/src/main/resources/xwork.xml

Author: jmcconnell
Date: Wed Sep 27 18:53:56 2006
New Revision: 450662

URL: http://svn.apache.org/viewvc?view=rev&rev=450662
Log:
added in the autologin interceptor

Modified:
    maven/continuum/branches/rbac-integration/continuum-webapp/src/main/resources/xwork.xml

Modified: maven/continuum/branches/rbac-integration/continuum-webapp/src/main/resources/xwork.xml
URL: http://svn.apache.org/viewvc/maven/continuum/branches/rbac-integration/continuum-webapp/src/main/resources/xwork.xml?view=diff&rev=450662&r1=450661&r2=450662
==============================================================================
--- maven/continuum/branches/rbac-integration/continuum-webapp/src/main/resources/xwork.xml (original)
+++ maven/continuum/branches/rbac-integration/continuum-webapp/src/main/resources/xwork.xml Wed Sep 27 18:53:56 2006
@@ -14,6 +14,7 @@
       <interceptor name="continuumConfigurationCheck" class="forceContinuumConfigurationInterceptor"/>
       <interceptor name="pssForceAdminUser" class="pssForceAdminUserInterceptor"/>
       <interceptor name="pssSecureActions" class="pssSecureActionInterceptor"/>
+      <interceptor name="pssAutoLogin" class="pssAutoLoginInterceptor"/>
       <interceptor name="pssEnvironmentChecker" class="pssEnvironmentCheckInterceptor"/>
       
       <interceptor-stack name="configuredContinuumStack">
@@ -21,6 +22,7 @@
         <interceptor-ref name="exception-logging"/>
         <interceptor-ref name="pssEnvironmentChecker"/>
         <interceptor-ref name="pssForceAdminUser"/>
+        <interceptor-ref name="pssAutoLogin"/>
         <interceptor-ref name="pssSecureActions"/>
         <interceptor-ref name="continuumConfigurationCheck"/>
       </interceptor-stack>
@@ -30,6 +32,7 @@
         <interceptor-ref name="exception-logging"/>
         <interceptor-ref name="pssEnvironmentChecker"/>
         <interceptor-ref name="pssForceAdminUser"/>
+        <interceptor-ref name="pssAutoLogin"/>
         <interceptor-ref name="pssSecureActions"/>
       </interceptor-stack>
     </interceptors>