-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR7
-
None
When on configuration - subsystems - webservices, user can use Shift + click on checkbox to enter an expression for the value instead of just checking/unchecking. However, an attempt to enter an expression results in error because 'statistics-enabled' attribute of webservices subsystem doesn't allow an expression as its value.
"statistics-enabled" => { "type" => BOOLEAN, "description" => "Whether statistics are to be gathered for endpoints, default value is 'false'.", "expressions-allowed" => false, "nillable" => true, "default" => false, "access-type" => "read-write", "storage" => "configuration", "restart-required" => "no-services" },
Web console could detect this and only allow Shift+click on boolean attributes that can use expressions.
- is blocked by
-
JBEAP-6868 statistics-enabled attribute of webservices subsystem could allow expressions
- Closed
- is cloned by
-
HAL-1227 Checkbox for enabling statistics of webservices allows to enter expression
- Resolved
- is incorporated by
-
JBEAP-7492 (7.1.0) Upgrade HAL to 2.9.0.Alpha6
- Closed