James Livingston created AS7-6048:
-------------------------------------
Summary: RealmUsersRolesLoginModule does not list "realm" as a
valid option
Key: AS7-6048
URL:
https://issues.jboss.org/browse/AS7-6048
Project: Application Server 7
Issue Type: Feature Request
Components: Security
Affects Versions: 7.1.2.Final (EAP)
Reporter: James Livingston
Assignee: Anil Saldhana
RealmUsersRolesLoginModule's parent class UserRolesLoginModule calls addValidOptions()
in initialize() to add add of it's options to the list of valid ones, but
RealmUsersRolesLoginModule does not add it's options to this list.
This leads to a warning if you use that options:
WARN [org.jboss.as.security.RealmUsersRolesLoginModule] Invalid or misspelled option:
realm
RealmUsersRolesLoginModule should call addValidOptions() too, passing "realm".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira