Author: nextgens
Date: 2008-06-11 18:59:57 +0000 (Wed, 11 Jun 2008)
New Revision: 20270
Modified:
trunk/apps/new_installer/src/Sha1Test.java
Log:
new_installer: fix sha1test.jar with FTP mirrors
Modified: trunk/apps/new_installer/src/Sha1Test.java
===================================================================
--- trunk/apps/new_installer/src/Sha1Test.java 2008-06-11 07:03:58 UTC (rev
20269)
+++ trunk/apps/new_installer/src/Sha1Test.java 2008-06-11 18:59:57 UTC (rev
20270)
@@ -241,8 +241,7 @@
c = target.openConnection();
redirects++;
}
- } else
- throw new SecurityException("Huh? it's not an
HttpURLConnection??");
+ }
}
while (redir);
return in;