This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new f8767260a6 Fix typo
f8767260a6 is described below
commit f8767260a697207c5ba17b095d12f545675bf2a2
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 b2137c928f..4e632bdfad 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]