diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-06-10 14:09:46 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-06-10 14:09:57 +0200 |
commit | 6d591e486d0a1fc196833fe4df44737d33d27088 (patch) | |
tree | cef89096551917f8ec8ac9f48c498cad8c31fc80 /sonar-server/pom.xml | |
parent | 4fbd4f81c3ec8dd6e0f86a37136eb56b8974ea1c (diff) | |
download | sonarqube-6d591e486d0a1fc196833fe4df44737d33d27088.tar.gz sonarqube-6d591e486d0a1fc196833fe4df44737d33d27088.zip |
SONAR-5136 Fix default value of sonar.web.context so that it never ends with /
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index fa5a099e558..2f57f5d078d 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -458,7 +458,7 @@ <sonar.es.http.port>9200</sonar.es.http.port> <sonar.log.console>true</sonar.log.console> <sonar.log.profilingLevel>FULL</sonar.log.profilingLevel> - <sonar.web.context>/dev/</sonar.web.context> + <sonar.web.context>/dev</sonar.web.context> </systemProperties> </configuration> </plugin> |