]> source.dussan.org Git - sonarqube.git/commitdiff
Remove useless JRuby property from web.xml
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 17 May 2016 08:27:32 +0000 (10:27 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 18 May 2016 09:04:36 +0000 (11:04 +0200)
As default value of "public.root" is "/", the property
can be removed from web.xml.

server/sonar-web/src/main/webapp/WEB-INF/web.xml

index 4bcacb4effd44fb6fece1d0fbaf62f2b9fdb76bc..504ee37e03c95a97ce2c6fd3b443db54e0295094 100644 (file)
   - system properties for dev mode (see sonar-server pom)
   - 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>