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 2009/06/26 15:17:07 UTC

[jira] Created: (CXF-2321) Support arbitrary HTTP verbs in http-centric WebClient

Support arbitrary HTTP verbs in http-centric WebClient
------------------------------------------------------

                 Key: CXF-2321
                 URL: https://issues.apache.org/jira/browse/CXF-2321
             Project: CXF
          Issue Type: Improvement
          Components: REST
    Affects Versions: 2.2.2
            Reporter: Sergey Beryozkin
             Fix For: 2.3


CXF Servlet now supports arbitrary HTTP verbs, such as PATCH for ex
WebClient should be able to deal with them too - may be we can provide Apache Client HTTP conduit and make the dependency on the actual http-client lib as 'provided' or may be it's a SocketConduit which needs to be implemented whichc will bypass Java HTTPUrlConnection. Perhaps there could be even some ways to override HTTPUrlConnection checking the set of supported verbs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.