[jboss-jira] [JBoss JIRA] (WFLY-4761) Unchecked exceptions in login modules are eaten by Picketbox
Matěj Liszka (JIRA)
issues at jboss.org
Tue Jun 9 03:41:03 EDT 2015
Matěj Liszka created WFLY-4761:
----------------------------------
Summary: Unchecked exceptions in login modules are eaten by Picketbox
Key: WFLY-4761
URL: https://issues.jboss.org/browse/WFLY-4761
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 8.2.0.Final
Reporter: Matěj Liszka
Assignee: Darran Lofthouse
In one of ABB software projects, during development of a custom login module (extending org.jboss.security.auth.spi.DatabaseServerLoginModule) I was not able to trace any errors in the log while the module apparently failed to execute its code. After debugging the Picketbox library (it is picketbox-4.0.21.Final.jar) I found out that unchecked exceptions in the login module are eaten by return statement from finally blocks of calling methods. This happened in case of runtime errors in method initialize as well as in case of unsatisfied module dependencies (missing dependencies in module.xml). The workaround (which could be also the bug fix for this problem) was to modify org.jboss.security.authentication.JBossCachedAuthenticationManager by catching runtime errors in the second part of implementation of defaultLogin method and by rethrowing them wrapped as LoginException.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list