webidor/src/main/webapp/redirect.jsp
changeset 35 2e85dd878f04
parent 34 34baf57f2d4e
child 36 d5ccf73ebbe5
     1.1 --- a/webidor/src/main/webapp/redirect.jsp	Sun Jul 12 13:35:58 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,9 +0,0 @@
     1.4 -<%--
     1.5 -Views should be stored under the WEB-INF folder so that
     1.6 -they are not accessible except through controller process.
     1.7 -
     1.8 -This JSP is here to provide a redirect to the dispatcher
     1.9 -servlet but should be the only JSP outside of WEB-INF.
    1.10 ---%>
    1.11 -<%@page contentType="text/html" pageEncoding="UTF-8"%>
    1.12 -<% response.sendRedirect("index.html"); %>