mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
11 lines
335 B
Plaintext
11 lines
335 B
Plaintext
<html>
|
|
<body>
|
|
<h1>VERY Secure Page</h1>
|
|
This is a protected page. You can only see me if you are a supervisor.
|
|
|
|
<p><a href="../../">Home</a>
|
|
<p><a href="../../secure/index.jsp">Secure page</a></p>
|
|
<p><a href="../../secure/ptSample">Proxy Ticket Sample page</a></p>
|
|
<p><a href="../../j_spring_security_logout">Logout</a>
|
|
</body>
|
|
</html> |