Skip to content

Commit

Permalink
Jolokia should not send back exceptions/error details by default
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Feb 17, 2016
1 parent 7828069 commit 2061186
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assembly/src/release/webapps/api/WEB-INF/web.xml
Expand Up @@ -51,6 +51,11 @@
<param-name>agentDescription</param-name>
<param-value>Apache ActiveMQ</param-value>
</init-param>
<!-- turn off returning exceptions and stacktraces from jolokia -->
<init-param>
<param-name>allowErrorDetails</param-name>
<param-value>false</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>

Expand Down

0 comments on commit 2061186

Please sign in to comment.