]
Radoslav Husar updated WFLY-8291:
---------------------------------
Summary: mod_cluster operation descriptions only refer to Apache httpd (was:
Mod_cluster operation descriptions only refer to Apache httpd)
mod_cluster operation descriptions only refer to Apache httpd
-------------------------------------------------------------
Key: WFLY-8291
URL:
https://issues.jboss.org/browse/WFLY-8291
Project: WildFly
Issue Type: Bug
Components: mod_cluster
Affects Versions: 10.1.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Minor
Please repair description in following operations as they are outdated, undertow proxy
is able to process this messages.
{noformat}
{
"outcome" => "success",
"result" => {
"operation-name" => "disable",
"description" => "Tell Apache httpd that all contexts of the
node can't process new requests.",
"request-properties" => {},
"reply-properties" => {},
"read-only" => false,
"runtime-only" => true
}
}
{noformat}
{noformat}
{
"outcome" => "success",
"result" => {
"operation-name" => "disable-context",
"description" => "Tell Apache httpd that the context can't
process new requests.",
"request-properties" => {
"virtualhost" => {
"type" => STRING,
"description" => "virtual host",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1L,
"max-length" => 2147483647L
},
"context" => {
"type" => STRING,
"description" => "context",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1L,
"max-length" => 2147483647L
}
},
"reply-properties" => {},
"read-only" => false,
"runtime-only" => true
}
}
{noformat}
{noformat}
{
"outcome" => "success",
"result" => {
"operation-name" => "enable",
"description" => "Tell Apache httpd that all contexts of the
node are ready receive requests.",
"request-properties" => {},
"reply-properties" => {},
"read-only" => false,
"runtime-only" => true
}
}
{noformat}
{noformat}
{
"outcome" => "success",
"result" => {
"operation-name" => "enable-context",
"description" => "Tell Apache httpd that the context is ready
receive requests.",
"request-properties" => {
"virtualhost" => {
"type" => STRING,
"description" => "Virtual host",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1L,
"max-length" => 2147483647L
},
"context" => {
"type" => STRING,
"description" => "Context",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1L,
"max-length" => 2147483647L
}
},
"reply-properties" => {},
"read-only" => false,
"runtime-only" => true
}
}
{noformat}
{noformat}
{
"outcome" => "success",
"result" => {
"operation-name" => "stop",
"description" => "Tell Apache httpd that all contexts of the
node can't process requests.",
"request-properties" => {"waittime" => {
"type" => INT,
"description" => "wait timeout",
"expressions-allowed" => false,
"required" => false,
"nillable" => true,
"default" => 10,
"unit" => "SECONDS"
}},
"reply-properties" => {},
"read-only" => false,
"runtime-only" => true
}
}
{noformat}
{noformat}
{
"outcome" => "success",
"result" => {
"operation-name" => "stop-context",
"description" => "Tell Apache httpd that the context can't
process requests.",
"request-properties" => {
"virtualhost" => {
"type" => STRING,
"description" => "Virtual host",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1L,
"max-length" => 2147483647L
},
"context" => {
"type" => STRING,
"description" => "Context",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"min-length" => 1L,
"max-length" => 2147483647L
},
"waittime" => {
"type" => INT,
"description" => "wait timeout",
"expressions-allowed" => false,
"required" => false,
"nillable" => true,
"default" => 10,
"unit" => "SECONDS"
}
},
"reply-properties" => {},
"read-only" => false,
"runtime-only" => true
}
}
{noformat}