This is an automated email from the ASF dual-hosted git repository.
ChristopherSchultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new f7f0a04efe Fix typo
f7f0a04efe is described below
commit f7f0a04efe046dd5a4af80b543b39dfc7f69f0a9
Author: Christopher Schultz <[email protected]>
AuthorDate: Wed May 20 15:40:26 2026 -0400
Fix typo
---
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 54494e0f11..4d29073bdf 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings.properties
@@ -86,7 +86,7 @@ singleSignOn.sessionExpire.managerError=SSO unable to expire
session [{0}] becau
singleSignOn.sessionExpire.managerNotFound=SSO unable to expire session [{0}]
because the Manager could not be found
singleSignOn.sessionExpire.sessionNotFound=SSO unable to expire session [{0}]
because the Session could not be found
-spnegoAuthenticator.authHeaderInvalidToken=The token sent by the client was
invlid
+spnegoAuthenticator.authHeaderInvalidToken=The token sent by the client was
invalid
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.serviceLoginFail=Unable to login as the service principal
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]