diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-27 14:47:16 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-27 14:47:16 +0100 |
commit | b3fc6196514a08b558043b5c75c2feec9023fd8e (patch) | |
tree | 4cf41390df2efb3041b99c7eef888d20a9176460 /sonar-server | |
parent | 9b70bcf811a6be434835389053acacc43272607a (diff) | |
download | sonarqube-b3fc6196514a08b558043b5c75c2feec9023fd8e.tar.gz sonarqube-b3fc6196514a08b558043b5c75c2feec9023fd8e.zip |
Revert "SONAR-4222 Application context not respected in batch_bootstrap redirect"
This reverts commit 9b70bcf811a6be434835389053acacc43272607a.
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb index 46344dc5139..93d2b793287 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb @@ -57,7 +57,7 @@ class BatchBootstrapController < Api::ApiController # GET /batch_bootstrap/index def index - redirect_to ApplicationController.root_context.to_s + "/deploy/bootstrap/index.txt" + redirect_to "/deploy/bootstrap/index.txt" end private |