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


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