mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-11 16:39:55 +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