]
Stuart Douglas moved JBEAP-6933 to WFLY-7497:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7497 (was: JBEAP-6933)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (Undertow)
(was: Web (Undertow))
Affects Version/s: (was: 7.0.0.ER7)
Incorrect value returned by undertow for "max number of
concurrent active sessions" metric
------------------------------------------------------------------------------------------
Key: WFLY-7497
URL:
https://issues.jboss.org/browse/WFLY-7497
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Stuart Douglas
Assignee: Stuart Douglas
Undertow is returning "_maximum active sessions allowed_" configured in the
deployment as the "_max number of concurrent active sessions_" metric.
h4. Additional Information:
I requested a resource description and the description of the attribute says it is a
metric.
{code:java}
[standalone@localhost:9990 /]
/deployment=helloworld2.war/subsystem=undertow:read-resource-description
.......
.......
"max-active-sessions" => {
"type" => INT,
"description" => "*Max number of concurrent active
sessions*",
"expressions-allowed" => false,
"nillable" => false,
"access-type" => "metric",
"storage" => "runtime"
},
.....
.....
{code}