Blame view

src/main/webapp/index.jsp 73 Bytes
1 2
<%@ page session="false" %>
<%
3
    response.sendRedirect("index.jsf");
4
%>