From b3fc6196514a08b558043b5c75c2feec9023fd8e Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 27 Mar 2013 14:47:16 +0100 Subject: Revert "SONAR-4222 Application context not respected in batch_bootstrap redirect" This reverts commit 9b70bcf811a6be434835389053acacc43272607a. --- .../main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-server') 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 -- cgit v1.2.3