Files
spring-security/samples/ldap/src/main/webapp/index.jsp
2008-03-14 12:14:27 +00:00

11 lines
283 B
Plaintext

<html>
<body>
<h1>Home Page</h1>
<p>Anyone can view this page.</p>
<p>Your principal object is....: <%= request.getUserPrincipal() %></p>
<p><a href="secure/index.jsp">Secure page</a></p>
<p><a href="secure/extreme/index.jsp">Extremely secure page</a></p>
</body>
</html>