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

Sergey Beryozkin resolved CXF-5093.
-----------------------------------

    Resolution: Fixed
    
> HTTPConduit prevents AsyncConduit from sending the payloads when custom HTTP 
> methods are used
> ---------------------------------------------------------------------------------------------
>
>                 Key: CXF-5093
>                 URL: https://issues.apache.org/jira/browse/CXF-5093
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>             Fix For: 2.7.6, 3.0.0
>
>
> HttpConduit assumes that if a current method is neither POST nor PUT then the 
> request has no payload. This worked fine before AsyncConduit was introduced 
> because HTTPUrlConnection does not supports custom methods, with POST or PUT 
> being the only candidates for having the payload available.
> This blocks AsyncConduit from supporting custom methods like PATCH or WebDav 
> ones which may have the payload

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to