diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-08 15:01:53 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-08 15:01:53 +0000 |
commit | a51158f4665202f6b7603e9fad8caee05f6ae5d4 (patch) | |
tree | bafc15516b6f3708790490a0b32957a2289835aa /sonar-server | |
parent | 7ccbbfdbd03d7960d2fa3b62072b730b3968d9be (diff) | |
download | sonarqube-a51158f4665202f6b7603e9fad8caee05f6ae5d4.tar.gz sonarqube-a51158f4665202f6b7603e9fad8caee05f6ae5d4.zip |
SONAR-1897 the WS must be available to anonymous users + add IT
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb index dbbaa13598f..03f9e53daa7 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb @@ -22,11 +22,9 @@ require 'json' class Api::UpdatecenterController < Api::ApiController - before_filter :admin_required - # # GET /api/updatecenter/installed_plugins - # curl http://localhost:9000/api/updatecenter/installed_plugins -v -u admin:admin + # curl http://localhost:9000/api/updatecenter/installed_plugins -v # def installed_plugins respond_to do |format| |