Merge branch 'releases/Release_2_11_3_Branch'
authorJames Procter <j.procter@dundee.ac.uk>
Mon, 27 Nov 2023 10:43:33 +0000 (10:43 +0000)
committerJames Procter <j.procter@dundee.ac.uk>
Mon, 27 Nov 2023 10:43:33 +0000 (10:43 +0000)
src/jalview/bin/Cache.java

index a64e869..483b1fc 100755 (executable)
@@ -1451,10 +1451,11 @@ public class Cache
                 if (customProxySet &&
                 // we have a username but no password for the scheme being
                 // requested
-                (protocol.equalsIgnoreCase("http")
-                        && (httpUser != null && httpUser.length() > 0
-                                && (httpPassword == null
-                                        || httpPassword.length == 0)))
+                        (protocol.equalsIgnoreCase("http")
+                                && (httpUser != null
+                                        && httpUser.length() > 0
+                                        && (httpPassword == null
+                                                || httpPassword.length == 0)))
                         || (protocol.equalsIgnoreCase("https")
                                 && (httpsUser != null
                                         && httpsUser.length() > 0