Spring boot http response compression doesn't work for some User-Agents
问题 I'm trying to enable http response compression on Spring boot web application. It works for some user-agents, and for some reason doesn't for others (specific cases below). My basic question is: Why http response compression (gzip) in Spring Boot works only for some User-Agent headers and where it is configured. Spring boot reference doesn't say anything about it. I prepared simple web application with enabled compression: sample spring-boot-compression app There are integration tests that