context.getUser().getFullName() returning * in 8.5.1

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

Subject: context.get user

I also have this issue have found a solution?

Subject: contect.getUser().getCommonName()

I have been looking further into this and have found that if the user is listed in the local server directory then getCommonName() and getFullName() retrieve data fine but when logging in with directory assistance enabled and the user not listed within the local server directory they return null