You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2015/01/28 19:18:35 UTC

[jira] [Created] (DIRAPI-220) The FilterEncoder.encodeFilterValue() does not accept escaped hex values like \2A

Emmanuel Lecharny created DIRAPI-220:
----------------------------------------

             Summary: The FilterEncoder.encodeFilterValue() does not accept escaped hex values like \2A
                 Key: DIRAPI-220
                 URL: https://issues.apache.org/jira/browse/DIRAPI-220
             Project: Directory Client API
          Issue Type: Bug
    Affects Versions: 1.0.0-M28
            Reporter: Emmanuel Lecharny
             Fix For: 1.0.0-M29


If we provide a string like "\2A" to this method, we get back "\5C3A" instead of "\2A". This is wrong.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)