[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
Tue Apr 10 15:36:47 EDT 2012


Brian Stansberry created AS7-4452:
-------------------------------------

             Summary: 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