Merge branch 'development' into release/v2.8

This commit is contained in:
Jeroen Ketelaar
2019-04-30 13:33:19 -05:00
committed by GitHub
@@ -31,7 +31,7 @@ public class RuntimeRedirect {
if (s.contains("ping")) { if (s.contains("ping")) {
System.out.println("Faked attempted command: " + s); System.out.println("Faked attempted command: " + s);
try { try {
return r.exec("ping 127.0.0.1"); return r.exec("ping 8.8.8.8");
} catch (IOException e) { } catch (IOException e) {
throw RedirectClassAdapter.createSecurityException(); throw RedirectClassAdapter.createSecurityException();
} }