[
https://issues.apache.org/jira/browse/KAFKA-15500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mickael Maison resolved KAFKA-15500.
------------------------------------
Fix Version/s: 3.7.0
Resolution: Fixed
> 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
> Assignee: Svyatoslav
> Priority: Major
> Fix For: 3.7.0
>
>
> 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)