clear cache when erase is called
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1437325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
df0a55dab7
commit
0e3020b8b0
|
@ -190,6 +190,7 @@ public class LdapRbacManager
|
||||||
closeLdapConnection( ldapConnection );
|
closeLdapConnection( ldapConnection );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
this.rolesCache.clear();
|
||||||
this.rbacImpl.eraseDatabase();
|
this.rbacImpl.eraseDatabase();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue