You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Kai Grabfelder (Jira)" <ji...@apache.org> on 2020/10/05 15:57:00 UTC

[jira] [Created] (HTTPCLIENT-2119) HttpClientBuilder javadoc is missing proxy authentication properties

Kai Grabfelder created HTTPCLIENT-2119:
------------------------------------------

             Summary: 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


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}




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

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