Enhance tutorial to also demonstrate Spring Security method
authorization, and add a services layer accordingly.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user