Filter are not converted from Unicode to UTF-8
----------------------------------------------

                 Key: DIRAPI-71
                 URL: https://issues.apache.org/jira/browse/DIRAPI-71
             Project: Directory Client API
          Issue Type: Bug
            Reporter: Emmanuel Lecharny
            Priority: Blocker


When we inject a filter into a search request, in Java, it is not converted 
from Unicode to UTF8.

Such a filter :

(sn=L\u00E9charny) 

is not converted to 

(sn=L\A3\89charny)

before being sent to the server, so we don't find any entry matching the filter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to