]
Brian Stansberry commented on WFLY-4043:
----------------------------------------
Definitely! Sorry about that. I've updated the documentation.
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.