Svyatoslav created KAFKA-15500:
----------------------------------

             Summary: Code bug in SslPrincipalMapper.java
                 Key: KAFKA-15500
                 URL: https://issues.apache.org/jira/browse/KAFKA-15500
             Project: Kafka
          Issue Type: Bug
          Components: clients, security
    Affects Versions: 3.5.1
            Reporter: Svyatoslav


Code bug in:

if (toLowerCase && result != null) {
                result = result.toLowerCase(Locale.ENGLISH);
            } else if (toUpperCase{color:#FF0000} & {color}result != null) {
                result = result.toUpperCase(Locale.ENGLISH);
            }



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to