Hi

Adding the following sends the original content length.

 <property name="FORCE_HTTP_CONTENT_LENGTH" value="true" scope="axis2"/>
 <property name="COPY_CONTENT_LENGTH_FROM_INCOMING" value="true"
scope="axis2"/>

I guess this is a hack?


On Wed, May 7, 2014 at 9:24 PM, Malaka Silva <[email protected]> wrote:

> Hi,
>
> When sending multipart it seems Content_length is remove from ESB.
>
> Following lines are doing it. Any idea why this is given this way?
>
>             if (HTTP.CONN_DIRECTIVE.equalsIgnoreCase(headerName) ||
>                 HTTP.TRANSFER_ENCODING.equalsIgnoreCase(headerName) ||
>                 HTTP.DATE_HEADER.equalsIgnoreCase(headerName) ||
>                 HTTP.CONTENT_LEN.equalsIgnoreCase(headerName) ||
>                 HTTP.CONN_KEEP_ALIVE.equalsIgnoreCase(headerName)) {
>                 iter.remove();
>             }
>
>
> http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/dependencies/synapse/2.1.2-wso2v4/modules/transports/core/nhttp/src/main/java/org/apache/synapse/transport/passthru/util/PassThroughTransportUtils.java
>
> --
>
> Best Regards,
>
> Malaka Silva
> Senior Tech Lead
> M: +94 777 219 791
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> http://www.wso2.com/
> http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/>
>
> Save a tree -Conserve nature & Save the world for your future. Print this
> email only if it is absolutely necessary.
>



-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/>

Save a tree -Conserve nature & Save the world for your future. Print this
email only if it is absolutely necessary.
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to