Sergey Beryozkin created CXF-7231:
-------------------------------------
Summary: 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)