Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 3816
blob3d14fe185c8456b106bdc8ee6b82241b9bee372d
1 Title: WATO Web-API: fixed bug in API request validation
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1475146794
7 Class: fix
9 Recent code changes did not consider that only the keys of the request
10 object itself got validated. The validiation function now got feeded with
11 some additional keys, e.g effective_attributes, didn't accept these keys
12 and returned an "Invalid request" as result.
14 This has been fixed.