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

Nandika Jayawardana resolved AXIS2C-1489.
-----------------------------------------

         Assignee: Nandika Jayawardana
    Fix Version/s: Current (Nightly)
       Resolution: Fixed

Actually the issue was not in the mime parser, but selection of the stream 
depending on each module. With the simple axis2 server, 
axis2_http_chunked_stream works fine, with apache module, some of the chunking 
meta data is not there and hence fails. Adjusted the logic to work around the 
issue. 

> MTOM processing fails with chunked stream
> -----------------------------------------
>
>                 Key: AXIS2C-1489
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1489
>             Project: Axis2-C
>          Issue Type: Bug
>         Environment: Any
>            Reporter: Nandika Jayawardana
>            Assignee: Nandika Jayawardana
>             Fix For: Current (Nightly)
>
>
> when the request processing goes through chunked stream with an mtom message, 
> it fails. This issue was corrected through a hack at revision 965364. It is 
> done at http_transport_utils.c line 385. 
> if((encoding_header)&& (!strstr(content_type, 
> AXIS2_HTTP_HEADER_ACCEPT_MULTIPART_RELATED)))
> Basically, when a message an mtom message , it does not go through the 
> chunked stream now.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to