WEB-25 - Content for About Page

WEB-24 - Unauthenticated access should redirect to login page
This commit is contained in:
Rick Lawson
2014-09-12 08:18:25 -04:00
parent c9e6d1f7a7
commit 1e5e9c0b8b
8 changed files with 108 additions and 123 deletions

View File

@ -0,0 +1,3 @@
<%@ page session="false" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<c:redirect url="/login.mvc"/>