switch the extends to the webwork-default from security, since with extending security it dumps all of the security actions into the default action lookup, allowing them to be accessible from locations other then behind security/

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@509244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jesse McConnell 2007-02-19 16:37:18 +00:00
parent f411740be0
commit 0df43b951c
1 changed files with 2 additions and 1 deletions

View File

@ -23,11 +23,12 @@
<xwork>
<!-- TODO: better error handling for exceptions needed! -->
<include file="webwork-default.xml"/>
<!-- Include plexus-security xwork configurations. -->
<include file="xwork-security.xml"/>
<package name="base" extends="security">
<package name="base" extends="webwork-default">
<interceptors>
<interceptor name="configuration" class="configurationInterceptor"/>
<interceptor name="pssForceAdminUser" class="pssForceAdminUserInterceptor"/>