[
https://issues.apache.org/jira/browse/VALIDATOR-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno P. Kinoshita updated VALIDATOR-434:
-----------------------------------------
Assignee: Bruno P. Kinoshita
> 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
> Assignee: Bruno P. Kinoshita
> Labels: thread-safety
> 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)