]> source.dussan.org Git - sonarqube.git/commit
SONAR-8236 License type setting should be visble only when authenticated
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 5 Jan 2017 09:29:17 +0000 (10:29 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 5 Jan 2017 12:09:47 +0000 (13:09 +0100)
commitc7f7e91276a0012cfbf5ba918e22f8da9c78bd5c
tree0841f061d8283c656925ea59da5b1846884f41be
parentda5c6379ba907e7b2d22f8bcfd0a91b35dd6e200
SONAR-8236 License type setting should be visble only when authenticated

Permissions should be correctly checked even when the license doesn't ends with ".license.secured"
server/sonar-server/src/main/java/org/sonar/server/setting/ws/SettingsPermissionPredicates.java
server/sonar-server/src/test/java/org/sonar/server/setting/ws/ListDefinitionsActionTest.java
server/sonar-server/src/test/java/org/sonar/server/setting/ws/ValuesActionTest.java