activemq/activemq-broker
Martyn Taylor a65ac586c2 https://issues.apache.org/jira/browse/AMQ-5729 - Do not log passwords on MBean method calls.
Previous to this patch the AnnotatedMBean class would simply dump
any arguments passed in via JMX call to the log (when audit is enabled).
Method parameters can sometimes contain sensitive information such as
the password field on QueueView.sendTextMessage.

This patch adds a @Sensitive annotation to the JMX module allowing
implementations of MBean interfaces to mark method parameters as sensitive
preventing values from being logged.
2015-04-20 18:06:45 +01:00
..
src https://issues.apache.org/jira/browse/AMQ-5729 - Do not log passwords on MBean method calls. 2015-04-20 18:06:45 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00