This is an automated email from the ASF dual-hosted git repository.
ChristopherSchultz pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new b6234f4fdf Fix typo
b6234f4fdf is described below
commit b6234f4fdf7c32507bf8edcc880107147c2b53f5
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 f8785b9b50..5922c47625 100644
--- a/java/org/apache/catalina/authenticator/LocalStrings.properties
+++ b/java/org/apache/catalina/authenticator/LocalStrings.properties
@@ -89,7 +89,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]