You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Zoerner (JIRA)" <ji...@apache.org> on 2006/06/12 14:09:30 UTC

[jira] Updated: (DIRSERVER-642) Searches with quotes in the search base do not work as expected.

     [ http://issues.apache.org/jira/browse/DIRSERVER-642?page=all ]

Stefan Zoerner updated DIRSERVER-642:
-------------------------------------

    Attachment: SearchWithQuotesTest.java

JUnit test case to demonstrate DIRSERVER-642, uses JNDI and its LDAP provider to connect to the server.

> 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
>         Type: Bug

>     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