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

Matthew Swift
01.09.2014 741835e92336ac5a7d5b31815aa7a57c57098e14
refs
author Matthew Swift <matthew.swift@forgerock.com>
Thursday, May 1, 2014 02:09 +0200
committer Matthew Swift <matthew.swift@forgerock.com>
Thursday, May 1, 2014 02:09 +0200
commit741835e92336ac5a7d5b31815aa7a57c57098e14
tree 76d73fb7fcc5dd5d3e072654700ec9fea60edb6a tree | zip | gz
parent 4d524a4fee8da1fbbef2d6e56f09baec64ce6270 view | diff
Fix various bugs in access log filtering:

* OPENDJ-1429: Access log filtering criterion request-target-dn-not-equal-to does not work
* OPENDJ-1432: Access log filtering criterion on etime property does not work
* OPENDJ-1433: Access log filtering criterion on result code property does not work
* OPENDJ-1434: Access log filtering criteria user-dn-not-equal-to does not work
* OPENDJ-1435: Access log filtering criteria user-is-not-member-of does not work.

Also added unit tests. Use a single commit because a) the fixes are very small and closely related, and b) some of the bugs have a common cause.
2 files modified
409 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/loggers/AbstractTextAccessLogPublisher.java 46 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/loggers/AbstractTextAccessLogPublisherTest.java 363 ●●●●● diff | view | raw | blame | history