• Andy Wilkinson's avatar
    Add auto-configuration for Jetty’s GzipFilter · 69ea4beb
    Andy Wilkinson authored
    Jetty’s GzipFilter is a container-agnostic Filter that can be used to
    provide gzip and deflate encoding of HTTP responses. This commit adds
    auto-configuration for GzipFilter that is enabled when
    org.eclipse.jetty:jetty-servlets is on the classpath. The filter can
    be configured using spring.http.gzip.*
    
    See gh-2031
    69ea4beb
spring.factories 5.64 KB