A ccache file could contain an entry whose service name has no realm info (most likely for kerberos referral), but in Java, every PrincipalName must have a realm since JDK 8. Such entry is useless to Java and we should ignore it. Currently an exception is thrown which means other useful entries will not get used.
|