Files
spring-boot-rest/spring-security-mvc-session/src/main/webapp/WEB-INF/view/sessionExpired.jsp
2013-08-11 15:30:47 +03:00

10 lines
194 B
Plaintext

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<html>
<head></head>
<body>
<h1>Session Expired Page</h1>
<a href="<c:url value="/login.html" />">To Login</a>
</body>
</html>