aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-webapp
diff options
context:
space:
mode:
authorJesse McConnell <jmcconnell@apache.org>2006-09-16 04:38:02 +0000
committerJesse McConnell <jmcconnell@apache.org>2006-09-16 04:38:02 +0000
commit18c7e96632543d5005dc7805b5d229fde5c38e1e (patch)
treeaca86ca3c40046d23d0b57e728530a7e7e8da259 /archiva-webapp
parent1ef65b87edf8dad9324697de159dba367b47a27d (diff)
downloadarchiva-18c7e96632543d5005dc7805b5d229fde5c38e1e.tar.gz
archiva-18c7e96632543d5005dc7805b5d229fde5c38e1e.zip
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-webapp')
-rw-r--r--archiva-webapp/src/main/resources/xwork.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/archiva-webapp/src/main/resources/xwork.xml b/archiva-webapp/src/main/resources/xwork.xml
index c4552137a..4b5cda060 100644
--- a/archiva-webapp/src/main/resources/xwork.xml
+++ b/archiva-webapp/src/main/resources/xwork.xml
@@ -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>