Unable to load entries if RDN is quoted and contains unescaped comma
--------------------------------------------------------------------
Key: DIRSTUDIO-250
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-250
Project: Directory Studio
Issue Type: Bug
Components: studio-ldapbrowser
Affects Versions: 1.0.1
Environment: WinXP SP2
Reporter: Ron Frazier
If an entry's RDN contains a comma, an error is generated if the RDN is quoted
instead of the comma being escape. Ex:
uid="test,123", ou=people, dc=example, dc=com - this generate an error
uid=test\,123, ou=people, dc=example, dc=com - this works
The error displayed is "Invalid RDN", and the ldap browser halts loading any
more objects in that container.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.