On Thu, 10 Jul 2025 22:51:57 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> Encountered a weird issue with the WebView - not sure if related. Had to go > off VPN to load https://yahoo.com, then logged back into VPN I am unable to reproduce this issue, neither with stand alone HelloWebView nor with monkey tester. WebView does require the proxy to be set when using VPN. Following command would load the when using VPN. `java -Dhttps.proxyHost=<proxy-url> -Dhttps.proxyPort=<XX> -Dhttp.proxyHost=<proxy-url> -Dhttp.proxyPort=<XX> -jar MonkeyTester.jar` Metal change should not cause such issue, this seems WebView specific, I shall try to reproduce and may be file a WebView issue. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1824#issuecomment-3076847197