This is an automated email from the ASF dual-hosted git repository.
rmaucher 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 b9b8eeaca8 Fix typo
b9b8eeaca8 is described below
commit b9b8eeaca83f2fda9cab82a2c3212c8d0a6449dd
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 e50b963cf8..4bc45b0cdf 100644
--- a/java/org/apache/catalina/realm/RealmBase.java
+++ b/java/org/apache/catalina/realm/RealmBase.java
@@ -1137,7 +1137,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]