[ 
https://jira.nuxeo.org/browse/NXP-4866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Ulrich updated NXP-4866:
--------------------------------

    Description: 
On some LDAP servers, if you have entries which contain slash characters (ex: 
cn=group/test ), you need to escape this character in your query. If you don't 
do this, you will get a NamingException. 

Using a javax.naming.Name instead of a String when querying the directory will 
solve this problem.

  was:
Need to use javax.naming.Name instead of String in order avoid special 
character issues. 



> Handling Special Characters in JNDI/LDAP calls
> ----------------------------------------------
>
>                 Key: NXP-4866
>                 URL: https://jira.nuxeo.org/browse/NXP-4866
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>            Reporter: Nicolas Ulrich
>
> On some LDAP servers, if you have entries which contain slash characters (ex: 
> cn=group/test ), you need to escape this character in your query. If you 
> don't do this, you will get a NamingException. 
> Using a javax.naming.Name instead of a String when querying the directory 
> will solve this problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to