Skip to content

Commit 0e413ce

Browse files
committed
Gave correct role name
1 parent 3760d79 commit 0e413ce

File tree

1 file changed

+1
-1
lines changed
  • samples/tutorial/src/main/webapp/secure

1 file changed

+1
-1
lines changed

samples/tutorial/src/main/webapp/secure/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is a protected page. You can get to me if you've been remembered,
1818
or if you've authenticated this session.
1919
</p>
2020
<p>
21-
<sec:authorize access="hasRole('ROLE_SUPERVISOR')">
21+
<sec:authorize access="hasRole('supervisor')">
2222
You are a supervisor! You can therefore see the <a href="extreme/index.jsp">extremely secure page</a>.<br/><br/>
2323
</sec:authorize>
2424
</p>

0 commit comments

Comments
 (0)