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 3760d79 commit 0e413ceCopy full SHA for 0e413ce
samples/tutorial/src/main/webapp/secure/index.jsp
@@ -18,7 +18,7 @@ This is a protected page. You can get to me if you've been remembered,
18
or if you've authenticated this session.
19
</p>
20
<p>
21
-<sec:authorize access="hasRole('ROLE_SUPERVISOR')">
+<sec:authorize access="hasRole('supervisor')">
22
You are a supervisor! You can therefore see the <a href="extreme/index.jsp">extremely secure page</a>.<br/><br/>
23
</sec:authorize>
24
0 commit comments