You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2013/10/18 20:14:42 UTC

[jira] [Updated] (CXF-5337) HTTPConduit blocks DELETE with body

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

Sergey Beryozkin updated CXF-5337:
----------------------------------

      Description: 
HTTPConduit blocks DELETE with body as it assumes it is a well-known verb which can have no message body, this needs to be relaxed to support legacy HTTP servers expecting DELETE with the message body
 

  was:
Apache HTTPClient can optionally support HTTP DELETE with body requests which sometimes is needed:
https://code.google.com/p/rest-client/source/browse/restclient-lib/src/main/java/org/wiztools/restclient/http/EntityEnclosingDelete.java

Investigate if CXF AsyncConduit can be updated acccordingly 
 

    Fix Version/s: 2.7.8
                   3.0.0
         Assignee: Sergey Beryozkin
       Issue Type: Bug  (was: Task)
          Summary: HTTPConduit blocks DELETE with body  (was: Investigate if CXF Async HTTPConduit can support DELETE with body)

> HTTPConduit blocks DELETE with body
> -----------------------------------
>
>                 Key: CXF-5337
>                 URL: https://issues.apache.org/jira/browse/CXF-5337
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>            Priority: Minor
>             Fix For: 3.0.0, 2.7.8
>
>
> HTTPConduit blocks DELETE with body as it assumes it is a well-known verb which can have no message body, this needs to be relaxed to support legacy HTTP servers expecting DELETE with the message body
>  



--
This message was sent by Atlassian JIRA
(v6.1#6144)