[ http://issues.apache.org/jira/browse/DIRSERVER-638?page=comments#action_12426456 ] Emmanuel Lecharny commented on DIRSERVER-638: ---------------------------------------------
np at all, A. It's just that I wasn't very pleased with the way I wrote this part when I browsed the source before leaving, and in the train, I found that it need some rewrite. I thrown some comment in Confluence in, order to keep it available for when I will be back. Your fix was perfect. What you did ws what I had in mind : doing it in Normalizer. We will be able to discuss those points forward when I will be back, for 2.0 version. Thanks for the fix, btw :) E., having fun. > Searches with escaped characters in the base DN fail. > ----------------------------------------------------- > > Key: DIRSERVER-638 > URL: http://issues.apache.org/jira/browse/DIRSERVER-638 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.0-RC3 > Environment: ApacheDS 1.0 RC 3 > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) > Microsoft Windows XP version 5.1 Service Pack 1 > Reporter: Stefan Zoerner > Assigned To: Alex Karasulu > Fix For: 1.1.0, 1.0-RC4 > > Attachments: SearchWithEscapedCharacters.java > > > Searches with escaped characters in the base DN fail. I have created a test > entry like this: > dn: sn=Ferry,dc=example,dc=com > objectclass: top > objectclass: person > sn: Ferry > cn: Bryan Ferry > and perform searches with the following parameters > 1) > BASE DN: sn=\46\65\72\72\79,dc=example,dc=com > Filter: (cn=Bryan Ferry) > Scope: BASE > 2) > BASE DN: sn=#4665727279,dc=example,dc=com > Filter: (cn=Bryan Ferry) > Scope: BASE > In both cases the entry is not found, although it should (see examples in > Chapter 5 of RFC 2253). In example 1 the search base is the DN of the example > with "Ferry" escaped with backslashes. The second example is the same search > base, but with the value BER encoded (octet String). > An attached JUnit test creates the entry and performs both search ops. It > passes with Sun Java System Directory Server 5.2 but fails with ApacheDS. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
