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