ADDITIONAL SYSTEM INFORMATION :
System: Fujitso Esprimo P556/2/E85+
OS: Windows 10 Pro 1809
Java: Corretto 11.0.6
JavaFX: Windows SDK 11.0.2
A DESCRIPTION OF THE PROBLEM :
The URLLoader tries to connect to a "mailto://<...>" URL. This can be time consuming, up to 30 seconds. It seems like the URLLoader tries to connect to this URL. This throws (of course) exceptions.
We could observe this with anchor elements from a HTML document which got loaded into the JavaFX WebView.
We could also observe that "file://<...>" links are catched in URLLoader.workaround7177996() and that the URLLoader does not try to connect to such a URL. This behaviour should be adapted to "mailto://<...>" URLs.
System: Fujitso Esprimo P556/2/E85+
OS: Windows 10 Pro 1809
Java: Corretto 11.0.6
JavaFX: Windows SDK 11.0.2
A DESCRIPTION OF THE PROBLEM :
The URLLoader tries to connect to a "mailto://<...>" URL. This can be time consuming, up to 30 seconds. It seems like the URLLoader tries to connect to this URL. This throws (of course) exceptions.
We could observe this with anchor elements from a HTML document which got loaded into the JavaFX WebView.
We could also observe that "file://<...>" links are catched in URLLoader.workaround7177996() and that the URLLoader does not try to connect to such a URL. This behaviour should be adapted to "mailto://<...>" URLs.