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 "Thilina Gunarathne (JIRA)" <ji...@apache.org> on 2007/03/25 03:31:32 UTC

[jira] Resolved: (AXIS2-2381) The HTTP request and response contain leading and traling numbers.

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

Thilina Gunarathne resolved AXIS2-2381.
---------------------------------------

    Resolution: Invalid

These are due to HTTP Chunking.. HTTP chunking is a feature introduced in  HTTP1.1... 
This can be disabled in the client side as follows..
options.setProperty(org.apache.axis2.transport.http.HTTPConstants.CHUNKED, Boolean.FALSE);

See the following article for more details..
http://wso2.org/library/952

> The HTTP request and response contain leading and traling numbers. 
> -------------------------------------------------------------------
>
>                 Key: AXIS2-2381
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2381
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.1.1
>            Reporter: Immanuel Panis
>


-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org