Redirection or multi-stage authentication (such as NTLM) currently make it
impossible to use HttpClient with a non-default protocol factory
-------------------------------------------------------------------------------------------------------------------------------------------
Key: HTTPCLIENT-918
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-918
Project: HttpComponents HttpClient
Issue Type: Improvement
Reporter: Karl Wright
This was discovered during development of Lucene Connector Framework.
When HttpClient does a multi-stage authentication or a redirection, it uses the
default protocol factory, regardless of how the user has configured HttpClient.
This means it is currently impossible for a user to create a protocol factory
of their own. A user-created protocol factory is the only way to make SSL use
the non-default keystore, so this problem directly impacts LCF.
I've attached a proposed patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]