Use Commons HttpClient instead of HttpURLConnection
---------------------------------------------------
Key: CMIS-291
URL: https://issues.apache.org/jira/browse/CMIS-291
Project: Chemistry
Issue Type: Improvement
Components: opencmis-client-bindings
Affects Versions: 0.2.0-incubating
Reporter: Marko Asplund
OpenCMIS client currently uses HttpURLConnection for HTTP traffic.
The HttpURLConnection class only provides basic HTTP support so OpenCMIS could
benefit
from migrating to Commons HttpClient instead.
One notable feature of HC is the support for different authentication schemes.
In addition to HTTP Basic authentication it supports Digest and NTML, and the
upcoming 4.1 version also does SPNEGO.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.