Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
- msgbuf.putString(username);
+ msgbuf.putString(getUserName());
- return identity != null ? identity : username;
+ return identity != null ? identity : super.getUserName();
getUserName() is not equals with username when identity is not null.
Attachments
Issue Links
- links to