You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Detelin Hadzhiev (JIRA)" <ji...@apache.org> on 2014/10/09 11:06:33 UTC

[jira] [Updated] (AXIS2-5674) MultipartFormDataFormatter does not format/serialize binary parts as per specification

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

Detelin Hadzhiev updated AXIS2-5674:
------------------------------------
    Description: 
org.apache.axis2.transport.http.MultipartFormDataFormatter should follows specification when serializing binary nodes(parts).
According to spec here:
http://www.w3.org/TR/wsdl20-adjuncts/#_http_operation_multipart_encoding 
Binary part must have Content-Type : application/octet-stream
and Content-Disposition header must have the value form-data, and its name parameter is the local name of the element.
In addition content must not be encoded as base 64 format. It mus be raw binary content.

  was:
org.apache.axis2.transport.http.MultipartFormDataFormatter should follows specification when serializing binary nodes(parts).
According bto spec here:
http://www.w3.org/TR/wsdl20-adjuncts/#_http_operation_multipart_encoding 
Binary part must have Content-Type : application/octet-stream
and Content-Disposition header must have the value form-data, and its name parameter is the local name of the element.


> MultipartFormDataFormatter does not format/serialize binary parts as per specification
> --------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5674
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5674
>             Project: Axis2
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.6.2
>            Reporter: Detelin Hadzhiev
>
> org.apache.axis2.transport.http.MultipartFormDataFormatter should follows specification when serializing binary nodes(parts).
> According to spec here:
> http://www.w3.org/TR/wsdl20-adjuncts/#_http_operation_multipart_encoding 
> Binary part must have Content-Type : application/octet-stream
> and Content-Disposition header must have the value form-data, and its name parameter is the local name of the element.
> In addition content must not be encoded as base 64 format. It mus be raw binary content.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org