This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 39f3b22a8c Fix typo
39f3b22a8c is described below

commit 39f3b22a8c38d6ae87ced46d40c1a03160805a5d
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 16 16:57:26 2026 +0100

    Fix typo
---
 java/org/apache/catalina/realm/JNDIRealm.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/realm/JNDIRealm.java 
b/java/org/apache/catalina/realm/JNDIRealm.java
index f4c68eb4c9..0b9cab15e3 100644
--- a/java/org/apache/catalina/realm/JNDIRealm.java
+++ b/java/org/apache/catalina/realm/JNDIRealm.java
@@ -2327,7 +2327,7 @@ public class JNDIRealm extends RealmBase {
                 Object value = e.next();
                 String valueString;
                 if (value == null) {
-                    // Where this is used (roles) it makes to sense to pass on 
null values
+                    // Where this is used (roles) it makes no sense to pass on 
null values
                     continue;
                 } else if (value instanceof byte[]) {
                     valueString = new String((byte[]) value, 
StandardCharsets.UTF_8);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to