[jboss-jira] [JBoss JIRA] Created: (AS7-1575) CLI crashes on invalid path
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Thu Aug 18 18:52:17 EDT 2011
CLI crashes on invalid path
---------------------------
Key: AS7-1575
URL: https://issues.jboss.org/browse/AS7-1575
Project: Application Server 7
Issue Type: Bug
Components: CLI
Reporter: Thomas Diesler
Assignee: Alexey Loubyansky
Good
{code}
[standalone at localhost:9999 /] /socket-binding-group=standard-sockets/socket-binding=http:read-resource
{
"outcome" => "success",
"result" => {
"fixed-port" => undefined,
"interface" => undefined,
"multicast-address" => undefined,
"multicast-port" => undefined,
"name" => "http",
"port" => 8080
}
}
{code}
Bad
{code}
[standalone at localhost:9999 /] /socket-binding-group/socket-binding=http:read-resource
Closed connection to localhost:9999
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list