From sletellier@users.chorem.org Fri May 27 15:15:17 2011
From: sletellier@users.chorem.org
To: vradi-commits@list.chorem.org
Subject: [Vradi-commits] r64 - in trunk/vradi-web/src/main/webapp: . WEB-INF
Date: Fri, 27 May 2011 15:15:17 +0200
Message-ID: <20110527131517.3A9AA15B65@nuiton.codelutin.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1699306781130975785=="
--===============1699306781130975785==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Author: sletellier
Date: 2011-05-27 15:15:17 +0200 (Fri, 27 May 2011)
New Revision: 64
Url: http://chorem.org/repositories/revision/vradi/64
Log:
Rename index.html to index.jsp to fix sitemesh error
Added:
trunk/vradi-web/src/main/webapp/index.jsp
Removed:
trunk/vradi-web/src/main/webapp/index.html
Modified:
trunk/vradi-web/src/main/webapp/WEB-INF/decorators.xml
trunk/vradi-web/src/main/webapp/WEB-INF/web.xml
Modified: trunk/vradi-web/src/main/webapp/WEB-INF/decorators.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/vradi-web/src/main/webapp/WEB-INF/decorators.xml 2011-05-27 13:14:2=
6 UTC (rev 63)
+++ trunk/vradi-web/src/main/webapp/WEB-INF/decorators.xml 2011-05-27 13:15:1=
7 UTC (rev 64)
@@ -6,10 +6,9 @@
/img/*
/css/*
/WEB-INF/jsp/inc/*
- /index.html
+ /index.jsp
=20
-
/*
Modified: trunk/vradi-web/src/main/webapp/WEB-INF/web.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/vradi-web/src/main/webapp/WEB-INF/web.xml 2011-05-27 13:14:26 UTC (=
rev 63)
+++ trunk/vradi-web/src/main/webapp/WEB-INF/web.xml 2011-05-27 13:15:17 UTC (=
rev 64)
@@ -43,6 +43,6 @@
=20
- index.html
+ index.jsp
Deleted: trunk/vradi-web/src/main/webapp/index.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/vradi-web/src/main/webapp/index.html 2011-05-27 13:14:26 UTC (rev 6=
3)
+++ trunk/vradi-web/src/main/webapp/index.html 2011-05-27 13:15:17 UTC (rev 6=
4)
@@ -1,9 +0,0 @@
-
-
-
-
- Vradi web
-
-
-
-
Copied: trunk/vradi-web/src/main/webapp/index.jsp (from rev 60, trunk/vradi-w=
eb/src/main/webapp/index.html)
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/vradi-web/src/main/webapp/index.jsp (rev 0)
+++ trunk/vradi-web/src/main/webapp/index.jsp 2011-05-27 13:15:17 UTC (rev 64)
@@ -0,0 +1,3 @@
+<%
+response.sendRedirect("search.action");
+%>
\ No newline at end of file
--===============1699306781130975785==--