Werk #13384: Fix 'Request-URI Too Long' error on rule search
| Component | Setup | ||||
| Title | Fix 'Request-URI Too Long' error on rule search | ||||
| Date | Nov 4, 2021 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
The rule search could produce a 'Request-URI Too Long' exception because all variables of the search form were submitted.
This problem could occur, for example, in installations with a large number of host tags.
We now filter out all unused variables to avoid exceeding the server capacity.