mirror of https://github.com/apache/archiva.git
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:
parent
f411740be0
commit
0df43b951c
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue