Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2358610F57 for ; Mon, 28 Oct 2013 10:29:34 +0000 (UTC) Received: (qmail 16202 invoked by uid 500); 28 Oct 2013 10:29:33 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 16078 invoked by uid 500); 28 Oct 2013 10:29:32 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 16070 invoked by uid 99); 28 Oct 2013 10:29:30 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 10:29:30 +0000 Date: Mon, 28 Oct 2013 10:29:30 +0000 (UTC) From: "Aki Yoshida (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-5361) Attachments iterator may incorrectly handle its remove operation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Yoshida resolved CXF-5361. ------------------------------ Resolution: Fixed Fix Version/s: 2.6.11 2.7.8 3.0.0 > Attachments iterator may incorrectly handle its remove operation > ---------------------------------------------------------------- > > Key: CXF-5361 > URL: https://issues.apache.org/jira/browse/CXF-5361 > Project: CXF > Issue Type: Bug > Components: Core > Affects Versions: 2.6.9, 2.7.7 > Reporter: Aki Yoshida > Assignee: Aki Yoshida > Fix For: 3.0.0, 2.7.8, 2.6.11 > > > When you try to iterate on the message attachments and use the iterator's remove method, you may get the IndexOutOfBounds exception or get an unexpected result. > This issue is caused by the underlining attachment collection implementation LazyAttachmentCollection's iterator. -- This message was sent by Atlassian JIRA (v6.1#6144)