diff options
author | SimonBrandhof <simon.brandhof@gmail.com> | 2013-04-04 12:20:47 +0200 |
---|---|---|
committer | SimonBrandhof <simon.brandhof@gmail.com> | 2013-04-04 12:20:47 +0200 |
commit | fa93d63b178f152100c37c5135e2624f3475a2c4 (patch) | |
tree | 834158a8170a213a9c47d212fcfee2009f1b18eb /sonar-server/src/main/webapp/WEB-INF/web.xml | |
parent | 5a38f5a540005d0703a3ef870c95f46469027f1a (diff) | |
download | sonarqube-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.xml | 20 |
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> |