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

URLLoader should avoid trying to connect to a "mailto://<...>" URL

XMLWordPrintable

    • web
    • x86_64
    • windows_10

      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://&lt;...>" 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://&lt;...>" 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://&lt;...>" URLs.


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: