Merge branch 'releases/Release_2_11_3_Branch' master
authorJames Procter <j.procter@dundee.ac.uk>
Fri, 1 Dec 2023 17:06:42 +0000 (17:06 +0000)
committerJames Procter <j.procter@dundee.ac.uk>
Fri, 1 Dec 2023 17:06:42 +0000 (17:06 +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