]
Brian Stansberry resolved WFLY-4043.
------------------------------------
Assignee: Brian Stansberry (was: Jason Greene)
Fix Version/s: 9.0.0.Beta1
Resolution: Done
I'm going to treat this as a docs bug and resolve it based on the changes I just
made.
Cannot load custom login module
-------------------------------
Key: WFLY-4043
URL:
https://issues.jboss.org/browse/WFLY-4043
Project: WildFly
Issue Type: Bug
Components: Documentation, Security
Affects Versions: 8.1.0.Final
Environment: Java 1.8.0_25
Reporter: Rostyslav Smirnov
Assignee: Brian Stansberry
Fix For: 9.0.0.Beta1
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.