Uploaded image for project: 'HttpComponents HttpClient'
  1. HttpComponents HttpClient
  2. HTTPCLIENT-2119

HttpClientBuilder javadoc is missing proxy authentication properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.5.12
    • 4.5.14, 5.0.4, 5.1-beta1
    • None
    • None

    Description

      Javadoc of org.apache.http.impl.client.HttpClientBuilder is missing the fact that

      https.proxyUser
      http.proxyUser
      https.proxyPassword
      http.proxyPassword
      

      are also taken into account.

      I'd suggest to extend

       *  <li>http.proxyHost</li>
       *  <li>http.proxyPort</li>
       *  <li>https.proxyHost</li>
       *  <li>https.proxyPort</li>
      

      with

       *  <li>https.proxyUser</li>
       *  <li>http.proxyUser</li>
       *  <li>https.proxyPassword</li>
       *  <li>http.proxyPassword</li>
      

      Since SystemDefaultCredentialsProvider handles those as well
      see

      Attachments

        1. screenshot-1.png
          126 kB
          Kai Grabfelder

        Activity

          People

            Unassigned Unassigned
            kaig Kai Grabfelder
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: