SEC-1650: Updates and corrections to tutorial sample to fit better with new tutorial.

This commit is contained in:
Luke Taylor
2011-05-03 22:23:55 +01:00
parent 685f12c5a0
commit 80fd96df6d
5 changed files with 15 additions and 13 deletions

View File

@@ -28,6 +28,7 @@ or if you've authenticated this session.
<tr>
<td>&lt;sec:authentication property='name' /&gt;</td><td><sec:authentication property="name"/></td>
</tr>
<sec:authorize access="isAuthenticated()">
<tr>
<td>&lt;sec:authentication property='principal.username' /&gt;</td><td><sec:authentication property="principal.username"/></td>
</tr>
@@ -37,6 +38,7 @@ or if you've authenticated this session.
<tr>
<td>&lt;sec:authentication property='principal.accountNonLocked' /&gt;</td><td><sec:authentication property="principal.accountNonLocked"/></td>
</tr>
</sec:authorize>
</table>