Uploaded image for project: 'apiman (API Management)'
  1. apiman (API Management)
  2. APIMAN-1226

Not able to manage Organization or Client Application or API with non-latin name. Organization name, for example: 'ООО Рога и Копыта'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.2.9.Final, 1.2.x
    • 1.2.8.Final
    • Management API
    • None
    • Hide

      1. Create organization with name 'ООО Рога и Копыта'
      2. Try change or remove it

      Show
      1. Create organization with name 'ООО Рога и Копыта' 2. Try change or remove it

    Description

      Not able to manage Organization or Client Application or API with non-latin name. Organization name, for example: 'ООО Рога и Копыта'

      I think - error in BeanUtils.java

      public static final String idFromName(String name) {
          return name.replaceAll("[^\\w-\\.]", ""); //$NON-NLS-1$ //$NON-NLS-2$
      }
      

      I believe that it's possible to apply a transliteration in Latin

      Attachments

        Activity

          People

            ewittman@redhat.com Eric Wittmann
            skovin_jira Sergey Kovin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: