[
https://issues.apache.org/jira/browse/HTTPCLIENT-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1128.
-------------------------------------------
Resolution: Fixed
SystemDefaultHttpClient class (subclass of DefaultHttpClient) will be taking
the following system properties into account when initializing
* ssl.TrustManagerFactory.algorithm
* javax.net.ssl.trustStoreType
* javax.net.ssl.trustStore
* javax.net.ssl.trustStoreProvider
* javax.net.ssl.trustStorePassword
* java.home
* ssl.KeyManagerFactory.algorithm
* javax.net.ssl.keyStoreType
* javax.net.ssl.keyStore
* javax.net.ssl.keyStoreProvider
* javax.net.ssl.keyStorePassword
* http.proxyHost
* http.proxyPort
* http.nonProxyHosts
* http.keepAlive
* http.maxConnections
Oleg
> Provide factory method to create DefaultHttpClient instances pre-configured
> based on JSSE and networking system properties
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: HTTPCLIENT-1128
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1128
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Reporter: Oleg Kalnichevski
> Fix For: 4.2 Alpha1
>
>
> Provide factory method or a factory class intended to create
> DefaultHttpClient instances pre-configured based on JSSE [1] and networking
> [2] system properties.
> [1]
> http://download.oracle.com/javase/1,5.0/docs/guide/security/jsse/JSSERefGuide.html
> [2] http://download.oracle.com/javase/1.5.0/docs/guide/net/properties.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]