JAL-3757 JAL-3689 use AppletFormat.checkProtocol to resolve startup file’s retrieval...
authorJim Procter <jprocter@issues.jalview.org>
Thu, 24 Sep 2020 13:36:17 +0000 (14:36 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 24 Sep 2020 13:36:17 +0000 (14:36 +0100)
src/jalview/bin/Jalview.java

index 7ad7320..3a238bb 100755 (executable)
@@ -691,12 +691,7 @@ public class Jalview
         jalview.bin.Cache.removeProperty("STARTUP_FILE");
       }
 
-      protocol = DataSourceType.FILE;
-
-      if (HttpUtils.startsWithHttpOrHttps(file))
-      {
-        protocol = DataSourceType.URL;
-      }
+      protocol = AppletFormatAdapter.checkProtocol(file);
 
       if (file.endsWith(".jar"))
       {