jimmydot | 3982f4f | 2017-05-07 14:58:24 -0400 | [diff] [blame] | 1 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
2 | |||||
3 | <%-- Redirected because we can't set the welcome page to a virtual URL. --%> | ||||
4 | <%-- Forward to the intended start page to reduce frustration for new users. --%> | ||||
5 | <c:redirect url="/login.htm"></c:redirect> |