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

GGSSchemeBase uses CHUNKED Base64 for Authorization header

    XMLWordPrintableJSON

Details

    Description

      The GGSSchemeBase member variable base64codec should not use chunked instance of the Base64.
      Instead of

      this.base64codec = new Base64();
      

      there should be

      //constructor with lineLength int argument. If lineLength <= 0, then the output will not be divided into lines (chunks)
      this.base64codec = new Base64(0);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            kwart Josef Cacek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: