mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
05.28.2007 23139785b018c00daaf3eb24db7ef2d96a7ed921
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, July 5, 2007 22:28 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, July 5, 2007 22:28 +0200
commit23139785b018c00daaf3eb24db7ef2d96a7ed921
tree 9f8c3c6538770368ff11330964447cee1d638fdb tree | zip | gz
parent 8f5c232ab629b7aa83c5a1d4eff9648874a0c9ca view | diff
Fix a nummber of issues related to search filter processing:

Issue #704: SearchFilter.equals doesn't handle extensible match edge case
Issue #705: SearchFilter.equals should normalize substring filters
Issue #706: SearchFilter.equals ignores attribute options
Issue #918: Extensible match filters must have attr descrption or matching
rule ID
Issue #1901: SearchFilter.createFilterFromString can't handle extensible
match filters using dnAttrs with a matching rule ID instead of
an attribute description
6 files modified
367 ■■■■■ changed files
opends/src/server/org/opends/server/messages/CoreMessages.java 50 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ProtocolMessages.java 17 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPFilter.java 11 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/SearchFilter.java 270 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestLDAPFilter.java 8 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/SearchFilterTests.java 11 ●●●● diff | view | raw | blame | history