[jboss-jira] [JBoss JIRA] (AS7-3322) Need to review how the SSL port is specified for the HTTP management interface.
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Jan 25 12:17:48 EST 2012
[ https://issues.jboss.org/browse/AS7-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661960#comment-12661960 ]
Brian Stansberry commented on AS7-3322:
---------------------------------------
Darran: I was going to explain some details for Tomaz, but now I'm confused.
The schema for the <management-interfaces><http-management-interface> type is:
<xs:complexType name="http-management-socket-binding-refType">
<xs:annotation>
<xs:documentation>
Reference to the configurations of the sockets to be used by a standalone server's exposed HTTP and HTTPS management interface.
</xs:documentation>
</xs:annotation>
<xs:attribute name="http" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>
Name of a socket-binding configuration declared in the server's socket-binding-group to use for a HTTP socket.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="https" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>
Name of a socket-binding configuration declared in the server's socket-binding-group to use for a HTTPS socket.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
There are 2 attributes, one for HTTP one for HTTPS. What's missing?
> Need to review how the SSL port is specified for the HTTP management interface.
> -------------------------------------------------------------------------------
>
> Key: AS7-3322
> URL: https://issues.jboss.org/browse/AS7-3322
> Project: Application Server 7
> Issue Type: Task
> Components: Domain Management, Security
> Reporter: Darran Lofthouse
> Assignee: Tomaz Cerar
> Priority: Critical
> Fix For: 7.1.0.Final
>
>
--
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