mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-01 02:54:24 +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