melloware opened a new pull request, #1022: URL: https://github.com/apache/myfaces/pull/1022
@tandraschko smallest possible fix I could make is that that the problem is that `CopyOnWriteArrayList.size()` and `get()` are not atomic so by using the `for each` the collection is only grabbed once. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
