]> source.dussan.org Git - sonarqube.git/commit
SONAR-7485 specifically handle MessageException in PlatformServletContextListener
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 20 Feb 2017 17:36:54 +0000 (18:36 +0100)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 24 Feb 2017 19:27:07 +0000 (20:27 +0100)
commit7652ce1bbce927b5922e4041e6aa6c7398b1fc2c
treec309abc10a76310bdb4c059e8560bd47ac3e05a0
parent6f7c07a6b2a4f8bf3f8674f82592bd8018e3a88d
SONAR-7485 specifically handle MessageException in PlatformServletContextListener

no printStackTrace is done on MessageException, instead the exception's message is displayed inline
server/sonar-server/src/main/java/org/sonar/server/platform/web/PlatformServletContextListener.java