mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 08:42:13 +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),
|
||||
authorities2)).isTrue();
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testWhitespaceRoleHierarchies() {
|
||||
List<GrantedAuthority> authorities1 = AuthorityUtils.createAuthorityList(
|
||||
|
Loading…
x
Reference in New Issue
Block a user