mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
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)
|
||||
*/
|
||||
public void remove(Object object) {
|
||||
collectionIter.remove();
|
||||
removeList.add(object);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user