]
Radoslav Husar moved JBEAP-9304 to WFLY-8291:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8291 (was: JBEAP-9304)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: mod_cluster
(was: mod_cluster)
Affects Version/s: (was: 7.1.0.DR10)
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
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}