Author: jmcconnell
Date: Fri Sep 15 21:38:02 2006
New Revision: 446819

URL: http://svn.apache.org/viewvc?view=rev&rev=446819
Log:
removing the secure action interceptor since joakim was having 
classnotfoundexceptions with it that I haven't been able to reproduce, so 
better safe then sorry so just removing it for the time being until I can track 
down the issue.

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

Modified: maven/archiva/trunk/archiva-webapp/src/main/resources/xwork.xml
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/src/main/resources/xwork.xml?view=diff&rev=446819&r1=446818&r2=446819
==============================================================================
--- maven/archiva/trunk/archiva-webapp/src/main/resources/xwork.xml (original)
+++ maven/archiva/trunk/archiva-webapp/src/main/resources/xwork.xml Fri Sep 15 
21:38:02 2006
@@ -26,16 +26,22 @@
   <package name="base" extends="webwork-default">
     <interceptors>
       <interceptor name="configuration" class="configurationInterceptor"/>
+<!-- commenting this out for now because some people are having CNFE for this 
interceptor, which I can't reproduce atm.
       <interceptor name="pssSecureActions" class="pssSecureActionInterceptor"/>
+-->
       <interceptor-stack name="configuredStack">
         <interceptor-ref name="defaultStack"/>
         <interceptor-ref name="configuration"/>
+<!--
         <interceptor-ref name="pssSecureActions"/>
+-->
       </interceptor-stack>
       <interceptor-stack name="configuredPrepareParamsStack">
         <interceptor-ref name="paramsPrepareParamsStack"/>
         <interceptor-ref name="configuration"/>
+<!--
         <interceptor-ref name="pssSecureActions"/>
+-->
       </interceptor-stack>
     </interceptors>
 
@@ -72,7 +78,9 @@
       <interceptor-stack name="configuredStack">
         <interceptor-ref name="defaultStack"/>
         <interceptor-ref name="configuration"/>
+<!--
         <interceptor-ref name="pssSecureActions"/>
+-->
       </interceptor-stack>
     </interceptors>
 


Reply via email to