[jboss-jira] [JBoss JIRA] (WFLY-4043) Cannot load custom login module
Brian Stansberry (JIRA)
issues at jboss.org
Wed Dec 10 22:02:39 EST 2014
[ https://issues.jboss.org/browse/WFLY-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13026915#comment-13026915 ]
Brian Stansberry commented on WFLY-4043:
----------------------------------------
You need:
{code}
<login-module code="MyLoginModule" module="name.of.my.module" flag="required"/>
{code}
> Cannot load custom login module
> -------------------------------
>
> Key: WFLY-4043
> URL: https://issues.jboss.org/browse/WFLY-4043
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 8.1.0.Final
> Environment: Java 1.8.0_25
> Reporter: Rostyslav Smirnov
> Assignee: Jason Greene
>
> When security realm authentication is configured to use JAAS domain, it is not possible to use custom login module, because there is no loader present for deployed classes. LoginContext attempts to load the login module class and fails with ClassNotFoundException.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list