Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-15500

Code bug in SslPrincipalMapper.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.5.1
    • 3.7.0
    • clients, security
    • None

    Description

      Code bug in:

      if (toLowerCase && result != null)

      {                 result = result.toLowerCase(Locale.ENGLISH);             }

      else if (toUpperCase & result != null)

      {                 result = result.toUpperCase(Locale.ENGLISH);             }

      Attachments

        Activity

          People

            rykovsi Svyatoslav
            rykovsi Svyatoslav
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: