mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
SEC-2010: Include missing <value> tag in Hierarchical Roles section of the reference
This commit is contained in:
parent
aa4ec9a508
commit
095dcb3a74
@ -318,9 +318,11 @@ boolean supports(Class clazz);
|
||||
<bean id="roleHierarchy"
|
||||
class="org.springframework.security.access.hierarchicalroles.RoleHierarchyImpl">
|
||||
<property name="hierarchy">
|
||||
<value>
|
||||
ROLE_ADMIN > ROLE_STAFF
|
||||
ROLE_STAFF > ROLE_USER
|
||||
ROLE_USER > ROLE_GUEST
|
||||
</value>
|
||||
</property>
|
||||
</bean>]]>
|
||||
</programlisting>
|
||||
|
Loading…
x
Reference in New Issue
Block a user