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

neil_a_wilson
05.28.2007 0fca8e8c7e19434aeb20afda1db6c1fcae66a2d8
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
commit0fca8e8c7e19434aeb20afda1db6c1fcae66a2d8
tree 9196b1d2ffb1a6e1b07221ab8815f6cef16dd424 tree | zip | gz
parent 0cface06cb625924a2ef8ce3efde5d78810a3c24 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
opendj-sdk/opends/src/server/org/opends/server/messages/CoreMessages.java 50 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ProtocolMessages.java 17 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPFilter.java 11 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/SearchFilter.java 270 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestLDAPFilter.java 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/types/SearchFilterTests.java 11 ●●●● diff | view | raw | blame | history