SEC-293: Modified collection remove logic to use removeList.
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ class CollectionFilterer implements Filterer {
|
||||
* @see org.acegisecurity.afterinvocation.Filterer#remove(java.lang.Object)
|
||||
*/
|
||||
public void remove(Object object) {
|
||||
collectionIter.remove();
|
||||
removeList.add(object);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user