You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2006/08/23 15:41:16 UTC

svn commit: r434042 - in /maven/continuum/trunk/continuum-webapp/src/main/webapp: WEB-INF/web.xml index.html index.jsp

Author: brett
Date: Wed Aug 23 06:41:15 2006
New Revision: 434042

URL: http://svn.apache.org/viewvc?rev=434042&view=rev
Log:
make / direct you straight to the summary page

Added:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp
Removed:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/index.html
Modified:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml?rev=434042&r1=434041&r2=434042&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/web.xml Wed Aug 23 06:41:15 2006
@@ -48,10 +48,6 @@
     <listener-class>org.codehaus.plexus.xwork.PlexusLifecycleListener</listener-class>
   </listener>
 
-  <welcome-file-list>
-    <welcome-file>Index.action</welcome-file>
-  </welcome-file-list>
-
   <taglib>
     <taglib-uri>continuum</taglib-uri>
     <taglib-location>/WEB-INF/continuum.tld</taglib-location>

Added: maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp?rev=434042&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp (added)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/index.jsp Wed Aug 23 06:41:15 2006
@@ -0,0 +1 @@
+<% response.sendRedirect( "/summary.action" ); %>