Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 25994 invoked from network); 12 Feb 2007 16:30:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 16:30:27 -0000 Received: (qmail 85181 invoked by uid 500); 12 Feb 2007 16:30:34 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 85174 invoked by uid 500); 12 Feb 2007 16:30:34 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 85146 invoked by uid 99); 12 Feb 2007 16:30:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 08:30:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 08:30:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E8C871432D for ; Mon, 12 Feb 2007 08:30:06 -0800 (PST) Message-ID: <9740385.1171297806581.JavaMail.jira@brutus> Date: Mon, 12 Feb 2007 08:30:06 -0800 (PST) From: "Sergey Beryozkin (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-424) Investigate if Provider should get the root part of the mutipart/related only MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Investigate if Provider should get the root part of the mutipart/related only ----------------------------------------------------------------------------------------- Key: CXF-424 URL: https://issues.apache.org/jira/browse/CXF-424 Project: CXF Issue Type: Sub-task Reporter: Sergey Beryozkin At the moment Provider implementations get all the raw multipart/related data as DataSource so the custom implementations need to parse it all themselves. It's unclear from JAX-WS spec whether invoke(DataSource source ) should get the root part only of the multipart/related package as a invoke source ot not and if all other remaining attachments should be retrieved as MessageContext.INBOUND_ATTACHMENTS. This Jira issue if the current behaviour is JAX-WS compliant -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.