now proposes a better solution
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@910695
13f79535-47bb-0310-9956-
ffa450edef68
Set<String> newThisRound = new HashSet<String>(); // Stores the groups we find in this iteration
for (String groupDN : newGroupDNs) {
- filter = roleFormat.format(new String[] { groupDN, groupDN });
+ filter = roleFormat.format(new String[] { groupDN });
if (containerLog.isTraceEnabled()) {
containerLog.trace("Perform a nested group search with base "+ roleBase + " and filter " + filter);