-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: None
-
Component/s: Java gateway (J)
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"
}