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

WebEngine should use java.net.Proxy

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • fx2.0.1, fx2.0.2, fx2.0.3, fx2.1
    • javafx
    • Windows 7 64bit, Java 7 1.7.0_04 beta 64bit, JavaFX 2.1 beta15 64bit

    • web

      Currently, the only way I could set the proxy on WebView/WebEngine was to set an application wide proxy by setting the system properties either by using the Java command line or by using system properties (ie: System.setProperty("http.proxyHost", ...)).
      WebEngine should also have a proxy property of type java.net.Proxy which can be set/get by the programmer using setProxy(), getProxy() and proxyProperty().

      If the proxy property's value is null, then WebEngine uses it's default (AKA current) way of creating URLs and retrieving a page content.
      If the proxy property's value is NOT null, then WebEngine uses this proxy value when creating URLs and retrieving a page

            Unassigned Unassigned
            fbouyajfx Fabrice Bouyé (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported: