We have been using Tomcat (v7) on OS X for quite some time now and never experienced any problems. However, after updating the OS to High Sierra, the web applications do not work anymore when compression is enabled in the server.xml.
Chrome constantly shows an ERR_CONTENT_DECODING_FAILED (obviously without any content displaying). When compression is switched off, everything works fine. I assume the root of the problem is Apple's upgrade of zlib in High Sierra. Everything was working fine on Sierra. The Tomcat log files look flawless -- there is no mention of any error occurring there.
Does anyone experience the same issue and managed to fix it or knows of a viable workaround without disabling compression?
Also, it would also be helpful if someone can confirm that newer versions of Tomcat do not experience this issue on High Sierra.
Thanks for your help.