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
response.getWriter().write(json.toString());
change to: response.getWriter().print(json.toString());