Skip to main content

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

Looks like there were a couple of bugs fixed recently, so should be in 9.2.2:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=439652
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438366

Jan

On 21 July 2014 15:36, fschmidt <fschmidt@xxxxxxxxx> wrote:
> 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
> jetty-users@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'


Back to the top