[
https://issues.jboss.org/browse/AS7-5500?page=com.atlassian.jira.plugin.s...
]
Tomaz Cerar commented on AS7-5500:
----------------------------------
Brian, I have this almost fixed as part of larger security subsystem
changes/fixes/enhancements together with many other similar issues.
Admin Console writes incorrect standalone.xml content
-----------------------------------------------------
Key: AS7-5500
URL:
https://issues.jboss.org/browse/AS7-5500
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, Security
Affects Versions: 7.1.1.Final
Environment: Mac OS x 10.6.8, JBoss 7.1.1 Final
Reporter: Scott Matthews
Assignee: Tomaz Cerar
Labels: admin-console, modules, security-domain
Fix For: 7.2.0.CR1, 7.1.4.Final (EAP)
I added a Security Domain (manually) to my JBoss application. It included a definition
of a custom login module as well as a reference to the module in which it was contained:
<login-module code="com.atlassian.crowd.application.jaas.CrowdLoginModule"
flag="required" module="com.atlassian.crowd">
Through multiple startups and shutdowns my configuration worked as I expected.
When I attempted to use the Admin Console to add new module options to this security
domain, my ability to login failed.
Upon further investigation I discovered that the admin console removed the module
property from the login-module tag.
to prove this I repeated the process with the same result.
--
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