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