Enhance tutorial to also demonstrate Spring Security method

authorization, and add a services layer accordingly.
This commit is contained in:
Ben Alex
2007-12-14 02:26:27 +00:00
parent fa510b3187
commit 77d286c36f
4 changed files with 46 additions and 12 deletions

View File

@@ -3,6 +3,9 @@
<h1>Home Page</h1>
Anyone can view this page.<br><br>
If you're logged in, you can <a href="listAccounts.html">list accounts</a>.<br><br>
Your principal object is....: <%= request.getUserPrincipal() %><br><br>
<p><a href="secure/index.jsp">Secure page</a>