Improve Commons API
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / auth / UserAdminLoginModule.java
index fa6f849aff105a202114b932c71c7e58f27cd0f9..3dfbc0ddb194e94bc879d44ba380c6a3f3f4e05a 100644 (file)
@@ -64,8 +64,8 @@ public class UserAdminLoginModule implements LoginModule, AuthConstants {
                                callbackHandler.handle(new Callback[] { nameCallback, passwordCallback, langCallback });
                        } catch (IOException e) {
                                throw new LoginException("Cannot handle callback: " + e.getMessage());
-                       } catch (ThreadDeath e) {
-                               throw new ThreadDeathLoginException("Callbackhandler thread died", e);
+//                     } catch (ThreadDeath e) {
+//                             throw new ThreadDeathLoginException("Callbackhandler thread died", e);
                        } catch (UnsupportedCallbackException e) {
                                return false;
                        }