This is an automated email from the ASF dual-hosted git repository.
rmaucher 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 dc5bcada8f Fix typo
dc5bcada8f is described below
commit dc5bcada8f4304cf0b5d3cb5fefe351c57647cb5
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]