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

Useinfo Credentials Ignored In Redirect Location Header

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.2.4
    • 4.3 Beta2
    • HttpClient (classic)
    • None

    Description

      When HttpClient is configured to follow redirects and receives an 303 response with a
      Location header that includes userinfo, such as http://user:pass@example.com/ the username and password are ignored.

      The expected behaviour is that if the request to the target location (without credentials) responds with a 401, that HttpClient would use the userinfo credentials in the previous response Location header to authenticate and store the credentials in the execution context. This is the behaviour of most Web agents such as Chrome, Firefox, Safari, libcurl, and others.

      HttpClient should still wait for the 401 response (by default) before sending the credentials as outlined in 1344:
      Userinfo Credentials in URI Should Not Default to Preemptive Authentication
      https://issues.apache.org/jira/browse/HTTPCLIENT-1344

      Attachments

        Activity

          People

            Unassigned Unassigned
            jamesrdf James Leigh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: