We used to use Tomcat but are migrating to Glassfish 4 for our application server.
We are trying to enable compression, but for some reason, when we do, woff
and ttf
files are aborted. No errors, no response, just aborted (according to Firebug). The second issue with this is that when you click the refresh button on the page, the stylesheets and javascript files are requested and then aborted, exact same way as the font files on the initial load.
Now if I force reload (shift+refresh) it will request the css
/js
files and it loads them perfectly. The font files are still requested and aborted.
Both HTTP listeners have compression on
and the types set to "text/html,text/plain,text/css,text/javascript,application/json,image/png,image/jpeg"
.
Does anyone have any suggestions on where to go with this? If you want to try out what I stated, the website is http://ko2.keyboardingonline.com/. I can give you more config info if you need it.