8001204: typo: Unable to obtain Princpal Name for authentication
Reviewed-by: xuelei
This commit is contained in:
parent
d11cb7e6c1
commit
3dcf67df0d
@ -802,7 +802,7 @@ public class Krb5LoginModule implements LoginModule {
|
|||||||
|
|
||||||
if (doNotPrompt) {
|
if (doNotPrompt) {
|
||||||
throw new LoginException
|
throw new LoginException
|
||||||
("Unable to obtain Princpal Name for authentication ");
|
("Unable to obtain Principal Name for authentication ");
|
||||||
} else {
|
} else {
|
||||||
if (callbackHandler == null)
|
if (callbackHandler == null)
|
||||||
throw new LoginException("No CallbackHandler "
|
throw new LoginException("No CallbackHandler "
|
||||||
|
Loading…
Reference in New Issue
Block a user