-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
4.0.27rc1, 5.0.6rc1, 5.2.1rc3, 5.4.0alpha1
Problem description: in section "Zabbix server details" of Zabbix installation form, it is possible to enter a port number in field "Port" that is out of the existing port range, for example "99999". There should be a validation that checks if the entered port number is not higher than 65535 (like it is done in "Configure DB connection" section).
Steps to reproduce:
- Open Zabbix installation form (setup.php)
- Proceed to "Zabbix server sdetails" section
- Enter a 5 digit port number in field "Port" that is higher than 65535
- Press "Next step" button
Result: next installation section is displayed even though the entered port number cannot possible exist.
Expected: There should be a validation that checks if the entered port number is not higher than 65535.