[jboss-jira] [JBoss JIRA] (AS7-4452) jboss-as-web_1_1.xsd says "jboss" is the default SSL key-alias but AttributeDefinition does not reflect this
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Apr 16 17:05:17 EDT 2012
[ https://issues.jboss.org/browse/AS7-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry resolved AS7-4452.
-----------------------------------
Resolution: Done
I believe this is done; please re-open if not.
> jboss-as-web_1_1.xsd says "jboss" is the default SSL key-alias but AttributeDefinition does not reflect this
> ------------------------------------------------------------------------------------------------------------
>
> Key: AS7-4452
> URL: https://issues.jboss.org/browse/AS7-4452
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, Web
> Affects Versions: 7.1.1.Final
> Reporter: Brian Stansberry
> Assignee: Jean-Frederic Clere
> Fix For: 7.1.2.Final-redhat1
>
>
> One or the other of these should be done:
> 1) default="jboss" should be removed from <xs:complexType name="sslType"><xs:attribute name="key-alias" default="jboss"/>
> or
> 2) Initialization of WebSSLDefinition.KEY_ALIAS should be changed to include
> .setDefaultValue(new ModelNode("jboss"))
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list