Race condition in org.apache.axis2.jaxws.handler.HandlerChainProcessor
----------------------------------------------------------------------

                 Key: AXIS2-4365
                 URL: https://issues.apache.org/jira/browse/AXIS2-4365
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Dmitri Maximovich


sortChain() method creates Iterator on instance property 'handlers' 
(java.util.List) and then calls clear() on that list. 
sortChain() is getting called from processChain() method which can be executed 
from multiple threads concurrently resulting in ConcurrentModificationException

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to