diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2022-11-03 13:55:57 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-11-04 20:03:11 +0000 |
commit | 06851644da7be8ef750c83984cc50eac27815d27 (patch) | |
tree | 0afc8c2055a2d2426d38058b9696e4cfc726aa44 /sonar-application | |
parent | 91f3b6fdb5b206ee06a922d0bed7fbdb9a9158d5 (diff) | |
download | sonarqube-06851644da7be8ef750c83984cc50eac27815d27.tar.gz sonarqube-06851644da7be8ef750c83984cc50eac27815d27.zip |
SONAR-17164 Document the side-effect of changing the web context
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 779485312e1..c1e24de49cd 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -93,6 +93,10 @@ #sonar.web.host=0.0.0.0 # Web context. When set, it must start with forward slash (for example /sonarqube). +# Changing this value and restarting the server can have unexpected consequences for logged in users, +# as they may end up with multiple conflicting browser cookies. If your users experience odd +# behaviors after you changed this value and restarted the server, ask them to clear their browser's +# cookies and log in again. # The default value is root context (empty value). #sonar.web.context= # TCP port for incoming HTTP connections. Default value is 9000. |