]> source.dussan.org Git - sonarqube.git/commit
SONAR-6140 Ability to restrict list of HTTPS ciphers with the new propert sonar.web...
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sat, 31 Jan 2015 22:04:52 +0000 (23:04 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 4 Feb 2015 09:45:54 +0000 (10:45 +0100)
commit743109aff44971c366e31fb1bc0443b416c18083
treecb52ad1ab90b0d71a683a6e1eec01e7ea8e7e536
parent1472cab922e3fb54b8a445359b02988b96d4efad
SONAR-6140 Ability to restrict list of HTTPS ciphers with the new propert sonar.web.https.ciphers
server/sonar-server/src/main/java/org/sonar/server/app/Connectors.java
server/sonar-server/src/main/java/org/sonar/server/app/EmbeddedTomcat.java
server/sonar-server/src/main/java/org/sonar/server/app/StartupLogs.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/app/Webapp.java
server/sonar-server/src/test/java/org/sonar/server/app/EmbeddedTomcatTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/app/StartupLogsTest.java [new file with mode: 0644]
sonar-application/src/main/assembly/conf/sonar.properties