]> source.dussan.org Git - sonarqube.git/commit
SONAR-5430 Improve error handling 1343/head
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 28 Oct 2016 07:59:55 +0000 (09:59 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 28 Oct 2016 09:16:19 +0000 (11:16 +0200)
commit4b54fadd1e213e0d7d6a3df086c2750c86a8edc8
treee5ccb3d530d3d93e73798c4935836e1087853709
parent52fd4cab985dadda080eaf06b1bbb06a3ce1c132
SONAR-5430 Improve error handling

When a functional error is generated, the user is redirect to a page where he can see the error, and not errors in logs are generated
it/it-tests/src/test/java/it/user/SsoAuthenticationTest.java
server/sonar-server/src/main/java/org/sonar/server/authentication/SsoAuthenticator.java
server/sonar-server/src/main/java/org/sonar/server/user/UserSessionFilter.java
server/sonar-server/src/test/java/org/sonar/server/authentication/SsoAuthenticatorTest.java
server/sonar-server/src/test/java/org/sonar/server/user/UserSessionFilterTest.java