You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/04/01 23:15:55 UTC

svn commit: r643580 - /continuum/trunk/continuum-webapp/src/main/resources/xwork.xml

Author: olamy
Date: Tue Apr  1 14:15:53 2008
New Revision: 643580

URL: http://svn.apache.org/viewvc?rev=643580&view=rev
Log:
remove not anymore needed interceptor with plexus-spring


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

Modified: continuum/trunk/continuum-webapp/src/main/resources/xwork.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml?rev=643580&r1=643579&r2=643580&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/resources/xwork.xml (original)
+++ continuum/trunk/continuum-webapp/src/main/resources/xwork.xml Tue Apr  1 14:15:53 2008
@@ -36,7 +36,6 @@
       <interceptor name="redbackAutoLogin" class="redbackAutoLoginInterceptor"/>
       <interceptor name="redbackPolicyEnforcement" class="redbackPolicyEnforcementInterceptor"/>
       <interceptor name="redbackEnvironmentChecker" class="redbackEnvironmentCheckInterceptor"/>
-      <interceptor name="plexusReleaseComponentInterceptor" class="plexusReleaseComponentInterceptor"/>
       
       <interceptor-stack name="configuredContinuumStack">
         <interceptor-ref name="redbackEnvironmentChecker"/>
@@ -53,7 +52,6 @@
         <interceptor-ref name="workflow">
           <param name="excludeMethods">input,back,cancel,browse,edit</param>
         </interceptor-ref>
-        <interceptor-ref name="plexusReleaseComponentInterceptor"/>
       </interceptor-stack>
 
       <interceptor-stack name="unconfiguredContinuumStack">
@@ -70,7 +68,6 @@
         <interceptor-ref name="workflow">
           <param name="excludeMethods">input,back,cancel,browse,edit</param>
         </interceptor-ref>
-        <interceptor-ref name="plexusReleaseComponentInterceptor"/>
       </interceptor-stack>
     </interceptors>