index.jsp 219 B

123456789
  1. <html>
  2. <body>
  3. <h1>VERY Secure Page</h1>
  4. This is a protected page. You can only see me if you are a supervisor.
  5. <p><a href="../../">Home</a>
  6. <p><a href="../../j_spring_security_logout">Logout</a>
  7. </body>
  8. </html>