[jboss-jira] [JBoss JIRA] (AS7-5500) Admin Console writes incorrect standalone.xml content
Scott Matthews (JIRA)
jira-events at lists.jboss.org
Thu Sep 6 16:31:32 EDT 2012
Scott Matthews created AS7-5500:
-----------------------------------
Summary: 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
Environment: Mac OS x 10.6.8, JBoss 7.1.1 Final
Reporter: Scott Matthews
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
More information about the jboss-jira
mailing list