mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-18 20:49:12 +00:00
* Issue #5171 Simplify GzipHandler user-agent handling + Remove User-Agent handling from GzipHandler + Allow Vary header to be set + Create rewrite MsieRule to remove Accept-Encoding from IE<=6 Signed-off-by: Greg Wilkins <gregw@webtide.com> * + Full implementation of HttpFields ensure + use for Vary field * + fixed checkstyle * + fixed test for merged header * + fixed javadoc * Issue #5171 Simplify GzipHandler user-agent handling + improved comments Signed-off-by: Greg Wilkins <gregw@webtide.com> * rename and testing after review