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

10 lines
240 B
Plaintext

<html>
<body>
<h1>Secure Page</h1>
This is a protected page. You can get to me if you've been remembered,
or if you've authenticated this session.
<p><a href="../">Home</a>
<p><a href="../j_acegi_logout">Logout</a>
</body>
</html>