mirror of https://github.com/apache/activemq.git
Jolokia should not send back exceptions/error details by default
This commit is contained in:
parent
7c4685b921
commit
ba6c39c26d
|
@ -51,6 +51,11 @@
|
||||||
<param-name>agentDescription</param-name>
|
<param-name>agentDescription</param-name>
|
||||||
<param-value>Apache ActiveMQ</param-value>
|
<param-value>Apache ActiveMQ</param-value>
|
||||||
</init-param>
|
</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>
|
<load-on-startup>1</load-on-startup>
|
||||||
</servlet>
|
</servlet>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue