Filters with undefined elements are not correctly evaluated
-----------------------------------------------------------
Key: DIRSERVER-1525
URL: https://issues.apache.org/jira/browse/DIRSERVER-1525
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.7
Reporter: Emmanuel Lecharny
Priority: Critical
Fix For: 2.0.0-RC1
Currently, if we do a search with such a filter :
(|(badAttr=*)(ObjectClass=*))
instead of receiving all the entries, we just get nothing. This is not correct
wrt RFC 4511, as the first element should evaluate to Undefined, thus being
ignored as it's a OR filter.
We should implement the UndefinedNode and use it during evaluation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.