Claudio Miranda created CAMEL-23110:
---------------------------------------
Summary: camel-http: deprecate NTLM as authentication method
Key: CAMEL-23110
URL: https://issues.apache.org/jira/browse/CAMEL-23110
Project: Camel
Issue Type: Improvement
Components: camel-http
Affects Versions: 4.18.0
Reporter: Claudio Miranda
Assignee: Claudio Miranda
Fix For: 4.19.0
camel-http is backed by httpcomponents-client project version 5.5.2. NTLM is
listed as an [authentication
option|https://github.com/apache/camel/blob/camel-4.18.0/components/camel-http/src/main/java/org/apache/camel/component/http/DefaultAuthenticationHttpClientConfigurer.java#L64],
however it was [deprecated in httpcomponents-client
5.3|https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt#L568],
to favors the use of Basic/Bearer with TLS.
camel-http should deprecate the NTLM option to keep up with HC Client, if they
remove NTLM classes, then camel-http will have issues to upgrade to HC client.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)