GitHub user grgrzybek opened a pull request:
https://github.com/apache/directory-studio/pull/1
DIRSTUDIO-861 - Strings.toLowerCase() shouldn't be used for attribute
values.
Update
`plugins/ldapbrowser.core/src/main/java/org/apache/directory/studio/ldapbrowser/core/utils/Utils.java`
Resolve DIRSTUDIO-861. optimized Strings.toLowerCase() shouldn't be used
for attribute values.
regards
Grzegorz Grzybek
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/grgrzybek/directory-studio patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/directory-studio/pull/1.patch
----
commit 408b8f76859d9956a94a705b7fd90b4e840ed841
Author: Grzegorz Grzybek <[email protected]>
Date: 2013-02-13T09:12:44Z
Update
plugins/ldapbrowser.core/src/main/java/org/apache/directory/studio/ldapbrowser/core/utils/Utils.java
Resolve DIRSTUDIO-861. optimized Strings.toLowerCase() shouldn't be used
for attribute values.
----