Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.4
-
None
Description
Many of our configuration parameters expect integers that are >= 0 (e.g. ports). Other parameters expect only positive integers (e.g. page size). However, currently we accept negative values for those parameters. This could result in an expected behaviors during runtime. The system should fail while parsing the configurations.