[
https://issues.jboss.org/browse/WFLY-11135?page=com.atlassian.jira.plugin...
]
Jan Kašík updated WFLY-11135:
-----------------------------
Description:
When calling {{stop}} operation, object should be returned:
{code}
[standalone@127.0.0.1:9990 /] /subsystem=modcluster/proxy=default:stop()
{
"outcome" => "success",
"result" => {"session-draining-complete" => true}
}
{code}
Instead, just boolean is returned:
{code}
[standalone@127.0.0.1:9990 /] /subsystem=modcluster/proxy=default:stop()
{
"outcome" => "success",
"result" => true
}
{code}
was:
When calling {{stop}} operation, object should be returned:
{code}
[standalone@127.0.0.1:9990 /] /subsystem=modcluster:stop()
{
"outcome" => "success",
"result" => {"session-draining-complete" => true}
}
{code}
Instead, just boolean is returned:
{code}
[standalone@127.0.0.1:9990 /] /subsystem=modcluster:stop()
{
"outcome" => "success",
"result" => true
}
{code}
Object, instead of a simple boolean should be returned by stop
operation on mod_cluster
---------------------------------------------------------------------------------------
Key: WFLY-11135
URL:
https://issues.jboss.org/browse/WFLY-11135
Project: WildFly
Issue Type: Bug
Components: mod_cluster
Affects Versions: 14.0.0.Final
Reporter: Jan Kašík
Assignee: Radoslav Husar
Priority: Minor
When calling {{stop}} operation, object should be returned:
{code}
[standalone@127.0.0.1:9990 /] /subsystem=modcluster/proxy=default:stop()
{
"outcome" => "success",
"result" => {"session-draining-complete" => true}
}
{code}
Instead, just boolean is returned:
{code}
[standalone@127.0.0.1:9990 /] /subsystem=modcluster/proxy=default:stop()
{
"outcome" => "success",
"result" => true
}
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)