Files
spring-security/samples/tutorial/src/main/webapp/index.jsp

9 lines
194 B
Plaintext

<html>
<body>
<h1>Home Page</h1>
Anyone can view this page.
<p><a href="secure/index.jsp">Secure page</a>
<p><a href="secure/extreme/index.jsp">Extremely secure page</a>
</body>
</html>