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

neil_a_wilson
05.44.2007 bdd7fafc56563eba2413d62794bed388a7a2be69
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, July 5, 2007 08:44 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, July 5, 2007 08:44 +0200
commitbdd7fafc56563eba2413d62794bed388a7a2be69
tree 8b1760113afbdfed0da84682745db31168c6b038 tree | zip | gz
parent 43e9daa652d67d20d2955848b226a639f22bb826 view | diff
Update the LDAPFilter code so that the process for decoding filters from
strings will perform more strict checking to ensure that the attribute
description in a simple filter contains only valid characters. This will
catch filters that are invalid but were not properly rejected, like
"((uid=user.0))", "(&&(uid=user.0))", or "!uid=user.0".

OpenDS Issue Numbers: 1565, 1848
3 files modified
146 ■■■■ changed files
opends/src/server/org/opends/server/messages/ProtocolMessages.java 30 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPFilter.java 113 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestLDAPFilter.java 3 ●●●●● diff | view | raw | blame | history