mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-04 04:19:09 +00:00
Gave correct role name
This commit is contained in:
parent
3760d792ea
commit
0e413cedcb
@ -18,7 +18,7 @@ This is a protected page. You can get to me if you've been remembered,
|
||||
or if you've authenticated this session.
|
||||
</p>
|
||||
<p>
|
||||
<sec:authorize access="hasRole('ROLE_SUPERVISOR')">
|
||||
<sec:authorize access="hasRole('supervisor')">
|
||||
You are a supervisor! You can therefore see the <a href="extreme/index.jsp">extremely secure page</a>.<br/><br/>
|
||||
</sec:authorize>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user