Author: jmcconnell
Date: Mon Feb 19 08:37:18 2007
New Revision: 509244

URL: http://svn.apache.org/viewvc?view=rev&rev=509244
Log:
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/ 

Modified:
    maven/archiva/trunk/archiva-webapp/src/main/resources/xwork.xml

Modified: maven/archiva/trunk/archiva-webapp/src/main/resources/xwork.xml
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/src/main/resources/xwork.xml?view=diff&rev=509244&r1=509243&r2=509244
==============================================================================
--- maven/archiva/trunk/archiva-webapp/src/main/resources/xwork.xml (original)
+++ maven/archiva/trunk/archiva-webapp/src/main/resources/xwork.xml Mon Feb 19 
08:37:18 2007
@@ -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"/>


Reply via email to