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

ASF subversion and git services commented on HTTPCLIENT-2119:
-------------------------------------------------------------

Commit 09c2feaafe16d6e8c90dea902f624e506fb1b12f in httpcomponents-client's 
branch refs/heads/5.0.x from Oleg Kalnichevski
[ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=09c2fea ]

HTTPCLIENT-2119: added missing system properties to HttpClientBuilder javadocs


> HttpClientBuilder javadoc is missing proxy authentication properties
> --------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-2119
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2119
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>    Affects Versions: 4.5.12
>            Reporter: Kai Grabfelder
>            Priority: Major
>         Attachments: screenshot-1.png
>
>
> Javadoc of org.apache.http.impl.client.HttpClientBuilder is missing the fact 
> that 
> {code}
> https.proxyUser
> http.proxyUser
> https.proxyPassword
> http.proxyPassword
> {code}
> are also taken into account.
> I'd suggest to extend
> {code}
>  *  <li>http.proxyHost</li>
>  *  <li>http.proxyPort</li>
>  *  <li>https.proxyHost</li>
>  *  <li>https.proxyPort</li>
> {code}
> with
> {code}
>  *  <li>https.proxyUser</li>
>  *  <li>http.proxyUser</li>
>  *  <li>https.proxyPassword</li>
>  *  <li>http.proxyPassword</li>
> {code}
> Since {{SystemDefaultCredentialsProvider}} handles those as well
> see   !screenshot-1.png|thumbnail! 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to