We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e413ce commit dec4481Copy full SHA for dec4481
samples/tutorial/src/main/webapp/secure/extreme/index.jsp
@@ -14,8 +14,8 @@
14
<h1>VERY Secure Page</h1>
15
This is a protected page. You can only see me if you are a supervisor.
16
17
-<authz:authorize access="hasRole('ROLE_SUPERVISOR')">
18
- You have "ROLE_SUPERVISOR" (this text is surrounded by <authz:authorize> tags).
+<authz:authorize access="hasRole('supervisor')">
+ You have authority "supervisor" (this text is surrounded by <authz:authorize> tags).
19
</authz:authorize>
20
21
<p><a href="../../">Home</a></p>
0 commit comments