aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/webapp
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-17 10:27:32 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-18 11:04:36 +0200
commitae43e3beb8b066e030086266cb4ee0ea753e99e9 (patch)
treed7d8e6d698eb25371f1c5e16029e6a7b09f66447 /server/sonar-web/src/main/webapp
parent4d1d70d1cf27deeb4b9ddae722884c79994953f9 (diff)
downloadsonarqube-ae43e3beb8b066e030086266cb4ee0ea753e99e9.tar.gz
sonarqube-ae43e3beb8b066e030086266cb4ee0ea753e99e9.zip
Remove useless JRuby property from web.xml
As default value of "public.root" is "/", the property can be removed from web.xml.
Diffstat (limited to 'server/sonar-web/src/main/webapp')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/web.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/web.xml b/server/sonar-web/src/main/webapp/WEB-INF/web.xml
index 4bcacb4effd..504ee37e03c 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/web.xml
+++ b/server/sonar-web/src/main/webapp/WEB-INF/web.xml
@@ -15,10 +15,6 @@
- embedded tomcat for production mode (see sonar-application)
-->
<context-param>
- <param-name>public.root</param-name>
- <param-value>/</param-value>
- </context-param>
- <context-param>
<param-name>jruby.min.runtimes</param-name>
<param-value>1</param-value>
</context-param>