]> source.dussan.org Git - sonarqube.git/commit
SONAR-7465 Support encryption of HTTP proxy properties
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 10 Mar 2016 22:14:01 +0000 (23:14 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 11 Mar 2016 12:50:29 +0000 (13:50 +0100)
commit20570f275c8a996939c264bf032615554e784fc5
tree254d51d5daa1e0d7972b604be4957a88e9d79dbf
parentaff4ee97ac9e4382fbd5e4572d9863fdc17be5cf
SONAR-7465 Support encryption of HTTP proxy properties

Removing the calls to Settings.getProperties() as it keeps
encrypted properties values.
sonar-core/src/main/java/org/sonar/core/util/DefaultHttpDownloader.java
sonar-core/src/test/java/org/sonar/core/util/DefaultHttpDownloaderTest.java