| Author |
Precompression hates me
|
Thomas May
Greenhorn
Joined: Nov 26, 2012
Posts: 1
|
|
I'm using GWT with tomcat 6 and 7. I've tried writing a filter to forward things if the requested content + ".gz" exists. That works, except for the fact that the requestDispatcher will commit the request and set the content type to application/x-gzip
How do I fix this?
Here is my current code
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
|
|
The Tomcat default web.xml includes the following:
which, as I understand it, controls the way the default servlet sets content type when serving resources.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Precompression hates me
|
|
|