]> source.dussan.org Git - archiva.git/commitdiff
removing the secure action interceptor since joakim was having classnotfoundexception...
authorJesse McConnell <jmcconnell@apache.org>
Sat, 16 Sep 2006 04:38:02 +0000 (04:38 +0000)
committerJesse McConnell <jmcconnell@apache.org>
Sat, 16 Sep 2006 04:38:02 +0000 (04:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446819 13f79535-47bb-0310-9956-ffa450edef68

archiva-webapp/src/main/resources/xwork.xml

index c4552137ad1952e74748ae8bb1ac255304cf794e..4b5cda060a1404dd45fc2f7f5045aa462da0ff92 100644 (file)
   <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>