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

Revisit AuthenticationFilter.Cache

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 11
    • core-libs

      HttpClient currently only supports Basic authentication but the cache maintains a scheme property. Whether it is relevant to support multiple schemes in the cache when the HttpClient only supports Basic authentication out of the box should be reexamined. Another improvement that might be investigated would be to drop the synchronization for Cache::get and use a CopyOnWriteArrayList instead of the current LinkedList.
      See http://mail.openjdk.java.net/pipermail/net-dev/2019-November/013257.html

            michaelm Michael McMahon
            jboes Julia Boes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: