You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2007/08/28 08:07:28 UTC

svn commit: r570318 - /maven/archiva/branches/MRM-462/archiva-web/archiva-webapp/src/main/resources/xwork.xml

Author: brett
Date: Mon Aug 27 23:07:27 2007
New Revision: 570318

URL: http://svn.apache.org/viewvc?rev=570318&view=rev
Log:
remove unneeded

Modified:
    maven/archiva/branches/MRM-462/archiva-web/archiva-webapp/src/main/resources/xwork.xml

Modified: maven/archiva/branches/MRM-462/archiva-web/archiva-webapp/src/main/resources/xwork.xml
URL: http://svn.apache.org/viewvc/maven/archiva/branches/MRM-462/archiva-web/archiva-webapp/src/main/resources/xwork.xml?rev=570318&r1=570317&r2=570318&view=diff
==============================================================================
--- maven/archiva/branches/MRM-462/archiva-web/archiva-webapp/src/main/resources/xwork.xml (original)
+++ maven/archiva/branches/MRM-462/archiva-web/archiva-webapp/src/main/resources/xwork.xml Mon Aug 27 23:07:27 2007
@@ -85,13 +85,6 @@
     <default-interceptor-ref name="configuredArchivaStack"/>
 
     <global-results>
-      <!-- TODO: want an extra message on the configure page when this first happens! -->
-      <!-- TODO: can we send them back to the original location afterwards? -->
-      <result name="config-needed" type="redirect-action">
-        <param name="namespace">/admin</param>
-        <param name="actionName">repositories</param>
-      </result>
-
       <!-- The following security-* result names arrive from the plexus-security package -->
       <result name="security-login-success" type="redirect-action">index</result>
       <result name="security-login-cancel" type="redirect-action">index</result>