I recently upgraded from Jetty 7 to Jetty 9. (I try to avoid upgrading any software these days since software universally just seems to be getting worse, but I needed some new features.) Upgrading broke GzipHandler which used to work fine. If I wrap GzipHandler around HelloHandler, GzipHandler does nothing. If I wrap GzipHandler around ResourceHandler, GzipHandler breaks ResourceHandler completely. How exactly is GzipHandler supposed to be used in Jetty 9?
-- View this message in context: http://jetty.4.x6.nabble.com/GzipHandler-doesn-t-work-tp4962804.html Sent from the Jetty User mailing list archive at Nabble.com. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
