Merge branch 'Release_2_8_2_Branch' of https://source.jalview.org/git/jalview.git...
[jalview.git] / src / jalview / ws / jws2 / JabaWsServerQuery.java
index 832a2cb..b3aee55 100644 (file)
@@ -180,7 +180,8 @@ public class JabaWsServerQuery implements Runnable
               jws2Discoverer.addInvalidServiceUrl(jwsserver);
             }
             ;
-            if (service != null)
+            if (service != null
+                    && !Jws2InstanceFactory.ignoreService(srv.toString()))
             {
               noservices = false;
               Jws2Instance svc = null;