When I am debugging my code on my ide, I see the response is good, but as soon as it reaches client, it is truncated. One more thing truncation only happens nodeData field is empty
I am applying gzip compression using servlet filters. When I use any other type of content encoding such as “br”, “delate”, everything is working as expected.
This issue came into existence after I updgraded my JBOSS to version 7.4 EAP
These are my response headers:-
Content-Encoding: gzip
Content-Length: 78
Content-Type: text/html;charset=UTF-8
Date: Tue, 30 Apr 2024 08:43:47 GMT
Response:
{ "status" : "OK" ,"lastModifiedStamp":"1713954485629","no
Expected response from server:
{ "status" : "OK" ,"lastModifiedStamp":"1713954485629","nodeData":[]}