Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] gzip filter

Thanks for your testing.  I guess it is working and the one thing to take away with this is lots gzip testing tools don't verify the right information, since the only real result is a smaller file.  

On Tue, Jan 13, 2015 at 3:12 AM, Christoph Läubrich <laeubi@xxxxxxxxxxxxxx> wrote:
Well this is not a bug but configurable see the "methods" init parameter:

methods

Comma separated list of HTTP methods to compress. If not set, only GET requests are compressed.


even though the spec might indicate this as a SHOULD in practice HEAD requests are more rare in normal scenarios and GZIP content makes it less use-able since this is a very special case..


_______________________________________________
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



--

Back to the top