You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2008/06/10 09:37:00 UTC

[jira] Commented: (CAMEL-599) [patch] fix concurrent mod exception when removing multiple interceptors

    [ https://issues.apache.org/activemq/browse/CAMEL-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43365#action_43365 ] 

Willem Jiang commented on CAMEL-599:
------------------------------------

The Interceptor Lists are the instance of CopyOnWriteArrayList, which iterator  is guaranteed not to throw ConcurrentModificationException and does not support the remove method.
So I will not apply this patch.


> [patch] fix concurrent mod exception when removing multiple interceptors
> ------------------------------------------------------------------------
>
>                 Key: CAMEL-599
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-599
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Dave Brosius
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: fix_iterative_deletes.patch
>
>
> AbstractDataFormatFeature has problems when deleting interceptors based on phase names when multiple interceptors are removed, due to bad collection removal while iterating, patch fixes this. unit test added.

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