mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-21 08:57:40 +02: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