QeelwaEtech / omnifaces

Automatically exported from code.google.com/p/omnifaces
0 stars 1 forks source link

GzipResponseFilter does not seem to work in IE #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://balusc.blogspot.com/2012/12/omnifaces-13-is-released.html?showComment=135
9010418078#c6758679764000750394

Verify if this is indeed the case and fix if necessary.

Original issue reported on code.google.com by balusc on 24 Jan 2013 at 10:32

GoogleCodeExporter commented 9 years ago
It's definitely gzipped. Debugging in server side and tracking by Fiddler2 
confirms that. IE apparently simply doesn't show all response headers. See also 
http://stackoverflow.com/q/8721544/157882

I have however found one edge case which not only affects IE, but all browsers. 
When content length is between default servletresponse buffer size and gzip 
threshold then it wouldn't be gzipped. This is at least fixed: 
http://code.google.com/p/omnifaces/source/detail?r=bd73e48958c31e263d6963e4e58b5
6925633bf3f

I should actually close the initial report as invalid, but as it helped me to 
find one edge case, I'm closing off as fixed.

Original comment by balusc on 24 Jan 2013 at 7:34