You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/02/21 19:43:19 UTC

[jira] Resolved: (CXF-424) Investigate if DataSource Providers should get the root part of the mutipart/related only

     [ https://issues.apache.org/jira/browse/CXF-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-424.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

The 2.1 spec semi-clarifies this by saying the DataHandlers should be used for sending multiple attachments on the Dispatch side and then pretty much says the provider stuff should mirror it.  Thus, I think our behavior is correct.   I'm going to mark this resolved.

> Investigate if DataSource Providers 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
>          Components: JAX-WS Runtime
>            Reporter: Sergey Beryozkin
>            Assignee: Freeman Fang
>             Fix For: 2.1
>
>
> At the moment Provider<DataSource> 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.