Files
WebGoat/src/main/webapp/index.jsp
Rick Lawson 1e5e9c0b8b WEB-25 - Content for About Page
WEB-24 - Unauthenticated access should redirect to login page
2014-09-12 08:18:25 -04:00

4 lines
124 B
Plaintext

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