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 2017/01/25 14:44:26 UTC

[jira] [Commented] (CXF-7231) Java HttpUrlConnection Reflection Fix to support custom verbs does not work with HTTPS

    [ https://issues.apache.org/jira/browse/CXF-7231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837841#comment-15837841 ] 

Sergey Beryozkin commented on CXF-7231:
---------------------------------------

See these revisions (thanks to Dan):

3.2.0-SNAPSHOT:

http://git-wip-us.apache.org/repos/asf/cxf/commit/73bf3ec4
http://git-wip-us.apache.org/repos/asf/cxf/commit/78938009
http://git-wip-us.apache.org/repos/asf/cxf/commit/60a0ab97

3.1.0-SNAPSHOT:

http://cxf.547215.n5.nabble.com/1-3-cxf-git-commit-Enabling-the-HTTPS-custom-verb-test-td5776577.html

> Java HttpUrlConnection Reflection Fix to support custom verbs does not work with HTTPS
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-7231
>                 URL: https://issues.apache.org/jira/browse/CXF-7231
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 3.1.9
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>             Fix For: 3.2.0, 3.1.10
>
>
> Java HTTPUrlConnection does not support custom HTTP verbs however CXF does the best effort at getting such methods supported by reflectively updating HTTPUrlConnection during the request.
> It does work with plain HTTP but still fails if HTTPS is used.
> More reflection fixes are needed.
> Note CXF does support such methods OOB with the Apache HttpClient based conduit which can be run in the async or sync modes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)