]> source.dussan.org Git - archiva.git/commitdiff
switch the extends to the webwork-default from security, since with extending securit...
authorJesse McConnell <jmcconnell@apache.org>
Mon, 19 Feb 2007 16:37:18 +0000 (16:37 +0000)
committerJesse McConnell <jmcconnell@apache.org>
Mon, 19 Feb 2007 16:37:18 +0000 (16:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@509244 13f79535-47bb-0310-9956-ffa450edef68

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

index e5ee95b158c8e63c661be5ae39e194ff61e21b50..f89edbe4b9af7fce83f77d8927e7a0b6829c8f54 100644 (file)
 
 <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"/>