Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.5.7
-
None
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
DIRSERVER-971 Provide specific filter nodes for True, False and Undefined, and handle them in the search engine
- Open