From: simonbrandhof Date: Tue, 15 Mar 2011 17:52:39 +0000 (+0100) Subject: SONAR-2277 Re-activate GZIP compression of HTTP responses for IE6 X-Git-Tag: 2.7~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1dc4a0e9e0d670381be01d1edce0596a66f62c21;p=sonarqube.git SONAR-2277 Re-activate GZIP compression of HTTP responses for IE6 --- diff --git a/sonar-server/src/main/webapp/WEB-INF/web.xml b/sonar-server/src/main/webapp/WEB-INF/web.xml index 186d4dde3ef..cdc3a9d3ca8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/web.xml +++ b/sonar-server/src/main/webapp/WEB-INF/web.xml @@ -59,7 +59,9 @@ http://comments.gmane.org/gmane.org.google.gwt/50660 http://stackoverflow.com/questions/138880/ie6-freezes-due-to-server-configuration/422730#422730 http://sebduggan.com/posts/ie6-gzip-bug-solved-using-isapi-rewrite - --> + + To deactivate GZIP compression for IE6 browsers, the two following properties must be uncommented. + userAgent (?:Mozilla[^\(]*\(compatible;\s*+([^;]*);.*)|(?:.*?([^\s]+/[^\s]+).*) @@ -68,6 +70,8 @@ excludedAgents MSIE 6.0 + + --> GZIPFilter