-
Bug
-
Resolution: Done
-
Major
-
1.2.8.Final
-
None
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