mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-16 21:19:02 +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