ARTEMIS-3765 Fixing testsuite
we cannot really change the attribute's name as it may break user's applications. I am adding the previous property here.
This commit is contained in:
parent
f9f70aeb4c
commit
857f9f1db8
|
@ -2652,6 +2652,7 @@ public class ActiveMQServerControlImpl extends AbstractControl implements Active
|
|||
|
||||
if (sess.getValidatedUser() != null) {
|
||||
obj.add("validatedUser", sess.getValidatedUser());
|
||||
obj.add("principal", sess.getValidatedUser());
|
||||
}
|
||||
|
||||
if (sess.getMetaData() != null) {
|
||||
|
|
Loading…
Reference in New Issue