users@grizzly.java.net

Grizzly 2.2.1 StaticHttpHandler with Last-Modified and gzip

From: <james_at_jamesward.org>
Date: Mon, 12 Mar 2012 23:30:16 +0000 (GMT)

Hi,

I'm using a StaticHttpHandler and I want to have static resources
include a Last-Modified header and be gzipped (if the client accepts
it). But I can't figure out how to do that. Here is the code I'm
using to start the server:
https://github.com/jamesward/jaxrsbars/blob/master/src/main/java/com/ja
mesward/jaxrsbars/BarServer.java

Any ideas? Thanks!

-James