aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorSimonBrandhof <simon.brandhof@gmail.com>2013-04-04 12:20:47 +0200
committerSimonBrandhof <simon.brandhof@gmail.com>2013-04-04 12:20:47 +0200
commitfa93d63b178f152100c37c5135e2624f3475a2c4 (patch)
tree834158a8170a213a9c47d212fcfee2009f1b18eb /sonar-server/src/main/webapp/WEB-INF/web.xml
parent5a38f5a540005d0703a3ef870c95f46469027f1a (diff)
downloadsonarqube-fa93d63b178f152100c37c5135e2624f3475a2c4.tar.gz
sonarqube-fa93d63b178f152100c37c5135e2624f3475a2c4.zip
Remove useless comment in web.xml for IE6
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/web.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/web.xml b/sonar-server/src/main/webapp/WEB-INF/web.xml
index e154cf32012..b2683b72a0c 100644
--- a/sonar-server/src/main/webapp/WEB-INF/web.xml
+++ b/sonar-server/src/main/webapp/WEB-INF/web.xml
@@ -55,26 +55,6 @@
<param-name>bufferSize</param-name>
<param-value>16384</param-value>
</init-param>
-
- <!--
- IE6 does not correctly support GZIP compression : http://jira.codehaus.org/browse/SONAR-2191
- Some links :
- 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.
-
- <init-param>
- <param-name>userAgent</param-name>
- <param-value>(?:Mozilla[^\(]*\(compatible;\s*+([^;]*);.*)|(?:.*?([^\s]+/[^\s]+).*)</param-value>
- </init-param>
- <init-param>
- <param-name>excludedAgents</param-name>
- <param-value>MSIE 6.0</param-value>
- </init-param>
-
- -->
</filter>
<filter-mapping>
<filter-name>GZIPFilter</filter-name>