]> source.dussan.org Git - sonarqube.git/commit
SONAR-9263 log warning once when OAuth URL is http but not https
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 5 Oct 2017 07:42:51 +0000 (09:42 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 16 Oct 2017 14:10:59 +0000 (16:10 +0200)
commitd8abe5168e882d1f21d01e6a786ae94683463137
treed4a8dc3f7887935e97175e05f28badd535c806c0
parenta5672e2d5f42da55c6bfe56ee0c838f5d6e3070f
SONAR-9263 log warning once when OAuth URL is http but not https
server/sonar-server/src/main/java/org/sonar/server/authentication/LogOAuthWarning.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/authentication/OAuth2ContextFactory.java
server/sonar-server/src/main/java/org/sonar/server/platform/platformlevel/PlatformLevel4.java
server/sonar-server/src/test/java/org/sonar/server/authentication/LogOAuthWarningTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/authentication/OAuth2ContextFactoryTest.java