Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8285888

Clarify that java.net.http.HttpClient do NOT support Digest authentication

    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      Even though all documents said java.net.http.HttpClient support Basic and Digest authentication this is not true! Only basic authentication is supported by HttpClient, BUT at the same time Digest authentication supported by HttpURLConnection support it. It would be useful if the newer propagated http client also support it.
      https://github.com/openjdk/jdk/blob/master/src/java.net.http/share/classes/jdk/internal/net/http/AuthenticationFilter.java#L278


      FREQUENCY : always


            michaelm Michael McMahon
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: