[jboss-jira] [JBoss JIRA] (AS7-3183) Admin console: validation of IP address when defining a network interface
Jan Martiska (Created) (JIRA)
jira-events at lists.jboss.org
Wed Jan 4 07:25:10 EST 2012
Admin console: validation of IP address when defining a network interface
-------------------------------------------------------------------------
Key: AS7-3183
URL: https://issues.jboss.org/browse/AS7-3183
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.0.CR1b
Reporter: Jan Martiska
Assignee: Dustin Kut Moy Cheung
In standalone mode, navigate to Profile/General Configuration/Interfaces. There are several issues concerning definition of a new network interface.
1) it seems impossible to create an interface with conditional IP address, such as ${jboss.bind.address.management:127.0.0.1}, this operation fails on server with description: JBAS014692: Invalid address ${jboss.bind.address.management:127.0.0.1} (${jboss.bind.address.management:127.0.0.1})"
2) the form for putting in an IP address should do some sort of validation. It should pass only when a valid IPv4 or IPv6 address is put in, and of course in case with conditional assignment as in 1).
3) when you pick either "Any IPv4 Address" or "Any IPv6 Address" in the form for creation of a new interface, the operation will fail on server with message:
"JBAS014763: any-address is required", I assume that this is because the console sends a parameter "any-ip4-address=true" to the server, which is wrong, the correct spelling of this parameter is any-ipv4-address. Analogically for ipv6.
--
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