activemq/activemq-unit-tests
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/test https://issues.apache.org/jira/browse/AMQ-5729 - Do not log passwords on MBean method calls. 2015-04-20 18:06:45 +01:00
.gitignore fix for: https://issues.apache.org/jira/browse/AMQ-4893 2013-11-25 14:48:38 -05:00
pom.xml https://issues.apache.org/jira/browse/AMQ-5606 2015-03-23 12:15:49 -04:00