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:
Olivier Lamy 2013-01-23 10:31:01 +00:00
parent df0a55dab7
commit 0e3020b8b0
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ public class LdapRbacManager
closeLdapConnection( ldapConnection );
}
}
this.rolesCache.clear();
this.rbacImpl.eraseDatabase();
}