Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-5547

Server name not escaped in front end setup

XMLWordPrintable

      When entering a server name in the frontend initial setup, it is not escaped, and accepts special characters. This causes invalid syntax in the config file, and the frontend refuses to load.

      eg. entering:
      Grant's Test Server
      becomes:
      $ZBX_SERVER_NAME = 'Grant's Test Server';

      The extra ' breaks it.

      The field should either escape the ' (if it won't cause problems elsewhere), strip it out, or prompt the user with an error.

            Unassigned Unassigned
            grant Grant Emsley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: