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

WebView may want to provide finer grained control over HTTP authentication

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • fx2.0
    • javafx
    • web

      At the moment, there is no special support for HTTP authentication in WebView, so if an application requires HTTP authentication, it is expected to make use of whatever the java.net.* stack has to offer in that area.

      Normally, if the application wants to use specific credentials when connecting to a specific host, it can create a sub-class of java.net.Authenticator, implement the getPasswordAuthentication method in it, and install an instance of the subclass as the default authenticator by calling Authenticator.setDefault. This ability to customize HTTP authentication is already present in Java and is fully compatible with WebView.

      The only problem with Authenticator.setDefault is that it affects the entire JVM. WebView could try to address this problem by adding the ability to specify an Authenticator or equivalent callback object per WebEngine rather than for the entire JVM.

            Unassigned Unassigned
            vbaranov Vasiliy Baranov (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported: