Files
spring-security/samples/preauth-xml/src/main/webapp/index.jsp
2013-08-05 16:49:33 -05:00

11 lines
273 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>