X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=security%2Fplugins%2Forg.argeo.security.ui.rap%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fsecurity%2Fui%2Frap%2FSecureEntryPoint.java;h=9f54e4c752c3918c536a2f6df92923c045344c60;hb=8b8ee149b20e2578a55e17413fa5f7399ff7ba14;hp=8e377e09998ccdc1ec0f4f468e6d622dc201f01c;hpb=118878eb12c8e142da7648cae3880754b34798b2;p=lgpl%2Fargeo-commons.git diff --git a/security/plugins/org.argeo.security.ui.rap/src/main/java/org/argeo/security/ui/rap/SecureEntryPoint.java b/security/plugins/org.argeo.security.ui.rap/src/main/java/org/argeo/security/ui/rap/SecureEntryPoint.java index 8e377e099..9f54e4c75 100644 --- a/security/plugins/org.argeo.security.ui.rap/src/main/java/org/argeo/security/ui/rap/SecureEntryPoint.java +++ b/security/plugins/org.argeo.security.ui.rap/src/main/java/org/argeo/security/ui/rap/SecureEntryPoint.java @@ -72,29 +72,6 @@ public class SecureEntryPoint implements IEntryPoint { throw td; } - // if (e.getCause() != null) { - // Throwable firstCause = e.getCause(); - // // log.error("Cause", firstCause); - // if (firstCause instanceof LoginException - // && firstCause.getCause() != null) { - // Throwable secondCause = firstCause.getCause(); - // if (secondCause instanceof BadCredentialsException) { - // MessageDialog.openInformation( - // display.getActiveShell(), - // "Bad Credentials", - // "Your credentials are incorrect"); - // // retry login - // continue tryLogin; - // } else if (secondCause instanceof ThreadDeath) { - // // rethrow thread death caused by dialog UI timeout - // throw (ThreadDeath) secondCause; - // } - // - // } else if (firstCause instanceof ThreadDeath) { - // throw (ThreadDeath) firstCause; - // } - // } - if (!display.isDisposed()) { org.argeo.eclipse.ui.Error.show( "Unexpected exception during authentication", e);