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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/09/04 06:21:25 UTC

[jira] Assigned: (AXIS2-824) HTTPWorker be should not be unecessarily modifying transport settings such as HTTP version and content chunking

     [ http://issues.apache.org/jira/browse/AXIS2-824?page=all ]

Deepal Jayasinghe reassigned AXIS2-824:
---------------------------------------

    Assignee: Deepal Jayasinghe

> HTTPWorker be should not be unecessarily modifying transport settings such as HTTP version and content chunking
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-824
>                 URL: http://issues.apache.org/jira/browse/AXIS2-824
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: transports
>    Affects Versions: 1.0
>            Reporter: Oleg Kalnichevski
>         Assigned To: Deepal Jayasinghe
>         Attachments: simplehttpserver-cleanup.patch
>
>
> Presently HTTPWorker class unnecessarily meddles with HTTP transport parameters such content chunking and HTTP protocol version. In most cases HttpCore is much better equipped to pick up optimal transport settings depending on properties of the incoming request. HttpCore automatically downgrades the protocol version to HTTP/1.0 if the client does not support HTTP/1.1. Likewise it automatically applies the chunk coding if the content length is unknown.
> I understand this one may be a little controversial, nonetheless I would like to put forth this patch for your consideration
> Oleg

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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