-
Incident report
-
Resolution: Fixed
-
Minor
-
None
zabbix java gateway includes extra spaces in it's responses. other components do not do that. this is not consistent and also increases the amount of traffic.
for example :
other components would format the beginning of the above response as :
{"response":"failed","error" :
it is also not consistent across different java gateway messages. for example, it also returns :
{
"data": [
],
"response": "success"
}