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

Alex Karasulu updated DIRSERVER-249:
------------------------------------

    Priority: Critical  (was: Major)

This is a pretty serious one.

> Filters with less specific attributes do not return matching entries with 
> more specific attribute with the value
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-249
>                 URL: http://issues.apache.org/jira/browse/DIRSERVER-249
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0-RC1
>            Reporter: Alex Karasulu
>         Assigned To: Alex Karasulu
>            Priority: Critical
>             Fix For: 1.0-RC4
>
>
> The filter, (name="Tori Amos") will not return an entry in scope that has a 
> cn attribute that equals "Tori Amos".  Or at least I think this is the case.  
> Workiing off memory here so I would need to confirm this.
> One way in which this can be solved would be to expand and replace the node 
> with all the subclasses of the attribute.  For the example above we would 
> expand out to (| (cn="Tori Amos") (sn="Tori Amos") (name="Tori Amos") 
> (givenName="Tori Amos) ).  This would work but it would choke the search 
> engine.  We could do this with an interceptor too ... i.e. transform the 
> filter on the way in to a search().
>  

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