I just upgraded to 8.5.1 and started having an issue with xpages using context.getUser().getFullName() and context.getUser().getCommonName(). These are returning an * instead of the user name. 8.5.0 through CD8 was returning the user name. Anybody else having this issue? I know I can use @UserName and I may just use that or I also found that context.getUser().getDistinguishedName() works.
Thanks in advance,
Scott