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

Florian Müller commented on CMIS-615:
-------------------------------------

@[~pmonks]: OpenCMIS is currently using the Java built-in HttpURLConnection. 
There is no external 3rd party dependency to stay up to date with. Using 
HttpClient would introduce a new dependency, which - in the long run - could be 
more painful for developers than not doing it.

@[~ajmas]: There is also SPNEGO support for HttpURLConnection. What's wrong 
with that?

I'm reluctant to make any changes here because they wouldn't cover the Web 
Services binding implementation, which means we would have to support two 
different HTTP clients.
                
> Change HttpUtils to use httpclient-4.x
> --------------------------------------
>
>                 Key: CMIS-615
>                 URL: https://issues.apache.org/jira/browse/CMIS-615
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: opencmis-client-bindings
>            Reporter: Andre-John Mas
>         Attachments: httputils.diff, HttpUtils.java
>
>
> It would be useful to convert HttpUtils to use httpclient 4.2.x. One of the 
> benefits for this, is that environments that use Kerberos, for example, 
> SPNEGO can be used for authentication.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to