mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-19 20:40:15 +01:00
Setting an url with parameters named like form elements in a form with method POST causes Zend to ignore any POST data because GET will be processed with higher priority. fixes #6806