]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5577 Web services don't support parameters bigger than 65kb
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 10 Oct 2014 09:41:28 +0000 (11:41 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 10 Oct 2014 09:41:28 +0000 (11:41 +0200)
server/sonar-web/src/main/webapp/WEB-INF/config/environment.rb

index d7b4673921973e2f84fa64bb641bd4f4d11cf265..cbe9edcf3158ebcbabf3e4bf3674a3391b8e62fe 100644 (file)
@@ -250,3 +250,9 @@ DatabaseVersion.automatic_setup
 # All these changes are prefixed by the comment #sonar
 #
 #
+
+# Increase size of form parameters
+# See http://jira.codehaus.org/browse/SONAR-5577
+Rack::Utils.key_space_limit = 262144 # 4 times the default size
+
+