Bruno P. Kinoshita created VALIDATOR-434:
--------------------------------------------
Summary: Field does not synchronize iteration on synchronized list
Key: VALIDATOR-434
URL: https://issues.apache.org/jira/browse/VALIDATOR-434
Project: Commons Validator
Issue Type: Bug
Affects Versions: 1.6
Reporter: Bruno P. Kinoshita
Fix For: 1.7
Place holder for https://github.com/apache/commons-validator/pull/4
Basically, we create a synchronized list with Collections.synchronizedList. But
we are not synchronizing when accessing the iterator. The API contains
documentation that states that users must synchronize when iterating the list
created with Collections.synchronizedList.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)