[ 
http://issues.apache.org/jira/browse/DIRSERVER-642?page=comments#action_12424619
 ] 
            
Stefan Zoerner commented on DIRSERVER-642:
------------------------------------------

I have retetested the problem on the current optimization branch (Revision 
427216) and I can confirm that it is fixed. Well done, Emmanuel! I'll close the 
issue when the code is merged in the 1.0 branch.

> Searches with quotes in the search base do not work as expected.
> ----------------------------------------------------------------
>
>                 Key: DIRSERVER-642
>                 URL: http://issues.apache.org/jira/browse/DIRSERVER-642
>             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
>            Priority: Minor
>         Attachments: SearchWithQuotesTest.java
>
>
> Searches with quotes in the search base do not work as expected. I have a 
> created a person entry:
> dn: cn=Kylie Minogue,dc=example,dc=com
> objectclass: top
> objectclass: person
> sn: Minogue
> cn: Kylie Minogue
> and try to find it with the following search parameters:
> BASE DN: cn="Kylie Minogue",dc=example,dc=com
> Filter: (cn=Kylie Minogue)
> Scope: BASE
> No entry is found in ApacheDS 1.0 RC3. But RFC 2253 (Lightweight Directory 
> Access Protocol (v3): UTF-8 String Representation of Distinguished Names) 
> requires that implementations must allow a value to be surrounded by quote 
> ('"' ASCII 34) characters, which are not part of the value (Chapter 4. 
> Relationship with RFC 1779 and LDAPv2).
> I have created a JUnit test which imitates the search with the help of JNDI 
> (attached). It works with Sun Java System Directory Server 5.2 and IBM Tivoli 
> Directory Server 6.0.

-- 
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

        

Reply via email to