<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>
<interceptor-stack name="configuredStack">
<interceptor-ref name="defaultStack"/>
<interceptor-ref name="configuration"/>
+<!--
<interceptor-ref name="pssSecureActions"/>
+-->
</interceptor-stack>
</interceptors>