On Fri, 20 Mar 2026 21:36:15 GMT, Andy Goryachev <[email protected]> wrote:

>> Alexander Zuev has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   - renamed valid to hasSupportedPrefix;
>>   - using already acquired address instead of requesting it again from the 
>> text field;
>
> apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/webview/WebViewApp.java
>  line 72:
> 
>> 70:         final WebEngine webEngine = webView.getEngine();
>> 71:         final String DEFAULT_URL = "http://www.oracle.com/us/index.html";;
>> 72:         final String[] allowedPrefixes = {"http://";, "https://"};
> 
> we probably should change to https:// in L71 and L93
> noone should be using http:// anymore

I agree, let me do that quickly.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/2112#discussion_r2968252211

Reply via email to