From 423617d3696ff65a6777a7e8970e6fa2329ce989 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Sun, 3 Apr 2011 22:43:50 +0000 Subject: [PATCH] Followup to r1087392: correct text of a debug message git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1088431 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/authenticator/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/authenticator/LocalStrings.properties b/java/org/apache/catalina/authenticator/LocalStrings.properties index cf5307ac9..05c75a586 100644 --- a/java/org/apache/catalina/authenticator/LocalStrings.properties +++ b/java/org/apache/catalina/authenticator/LocalStrings.properties @@ -33,7 +33,7 @@ digestAuthenticator.cacheRemove=A valid entry has been removed from client nonce formAuthenticator.forwardErrorFail=Unexpected error forwarding to error page formAuthenticator.forwardLoginFail=Unexpected error forwarding to login page -spnegoAuthenticator.authHeaderNoToken=The Negotiate authorization header sent by the client did include a token +spnegoAuthenticator.authHeaderNoToken=The Negotiate authorization header sent by the client did not include a token spnegoAuthenticator.authHeaderNotNego=The authorization header sent by the client did not start with Negotiate spnegoAuthenticator.hostnameFail=Unable to determine the host name to construct the default SPN. Please set the spn attribute of the authenticator. spnegoAuthenticator.serviceLoginFail=Unable to login as the service principal -- 2.11.0