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

neil_a_wilson
05.44.2007 705c5c811c56c1e6ccc7c672cb34860527ffb33f
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
commit705c5c811c56c1e6ccc7c672cb34860527ffb33f
tree 2d1338f362bebe90a00092ce23dbdc312a096fef tree | zip | gz
parent 0b70ce2d76ab45434692e5ef02b44eeb1f3b69a1 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
opendj-sdk/opends/src/server/org/opends/server/messages/ProtocolMessages.java 30 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPFilter.java 113 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestLDAPFilter.java 3 ●●●●● diff | view | raw | blame | history