I am having problems using Gzip compression and JQuery together. It seems that it may be caused by the way I am sending JSON responses in my Struts Actions. I use the next code
In our project we are doing pretty much the same except that we use application/json as the content type.
Wikipedia says that the official Internet media type for JSON is application/json.