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