Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] GzipHandler doesn't work

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.


Back to the top