This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 36b44f591c Fix typo
36b44f591c is described below
commit 36b44f591c056e65009bde5109ff7071eb5640cb
Author: remm <[email protected]>
AuthorDate: Sat May 23 15:43:18 2026 +0200
Fix typo
---
java/org/apache/catalina/realm/RealmBase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/realm/RealmBase.java
b/java/org/apache/catalina/realm/RealmBase.java
index 72fcf18ad6..9c840d0793 100644
--- a/java/org/apache/catalina/realm/RealmBase.java
+++ b/java/org/apache/catalina/realm/RealmBase.java
@@ -1146,7 +1146,7 @@ public abstract class RealmBase extends
LifecycleMBeanBase implements Realm {
if (realmAlgorithm.equals(algorithm)) {
return true;
} else {
- log.debug(sm.getString("relamBase.digestMismatch",
algorithm, realmAlgorithm));
+ log.debug(sm.getString("realmBase.digestMismatch",
algorithm, realmAlgorithm));
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]