After installing CR04 on our environment, routing request with the "Compress ouput" option set are failing , if the the request is a GET and the body is Empty .
Error message in the gateway ssg logs :
2021-11-04T11:56:16.610+0100 INFO 912 com.l7tech.server.SoapMessageProcessingServlet: Cannot decompress the incoming request: java.io.EOFException
Response error :
Release : 10.0 CR4
Component : API GATEWAY
The defect DE505246 fixed in CR4 introduced a new cluster wide property.
request.compress.gzip.allowEmptyBody
To allow a compressed request with a empty bode to be unzipped the cwp above needs to be set to "true" .
This new CWP property was introduced to comply with the rfc specification .