You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2010/02/23 21:59:27 UTC

[jira] Updated: (HTTPCLIENT-918) Redirection or multi-stage authentication (such as NTLM) currently make it impossible to use HttpClient with a non-default protocol factory

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright updated HTTPCLIENT-918:
-----------------------------------

    Attachment: user-protocol-factory.patch

> 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
>         Attachments: user-protocol-factory.patch
>
>
> 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org