mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Support whitespace characters using RoleHierarchyImpl
This commit is contained in:
parent
6adbe8dae0
commit
26bc6be850
@ -210,7 +210,7 @@ public class RoleHierarchyImplTests {
|
|||||||
roleHierarchyImpl.getReachableGrantedAuthorities(authorities2),
|
roleHierarchyImpl.getReachableGrantedAuthorities(authorities2),
|
||||||
authorities2)).isTrue();
|
authorities2)).isTrue();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testWhitespaceRoleHierarchies() {
|
public void testWhitespaceRoleHierarchies() {
|
||||||
List<GrantedAuthority> authorities1 = AuthorityUtils.createAuthorityList(
|
List<GrantedAuthority> authorities1 = AuthorityUtils.createAuthorityList(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user