Skip to content

Draft: CE-2342: Compress responses for Deployment BE

Imre Toth requested to merge CE-2342_Compress_reponses_for_deployment_BE into develop

Compressing the responses from the Deployment BE.

It would have been enough to modify the server.xml for the Tomcat, but in that case it would not compress the responses when running the application natively - e.g. as we do during development, and checking if the clients can deal with the response when it's compressed.

Comment: the docker alpine image "patch" command is not working, it doesn't give error, or any kind of other response, and doesn't do what it should be.

Tested on TEST environment (which will be overwritten every night by a scheduler).

Result if fetching ALL Hosts: image

Merge request reports