-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Security 2018-12-31
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Handling of enableTestCommands to disable setParameters in sever_options_helpers.cpp does a strict compare against the string "1". Instead, it should use standard coersion rules to promote "true"/"false"/"1"/"0" to appropriate boolean values.