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

Matthew Swift
01.09.2014 44b1ade8f82e2cc1a0e8f776b44c29235aa7d088
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
commit44b1ade8f82e2cc1a0e8f776b44c29235aa7d088
tree 0d98b038a7b5c1af2289012ec2cbc3cc69ffe045 tree | zip | gz
parent 473e684067fcf03dd99666e033f61541fa8c5e62 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
opends/src/server/org/opends/server/loggers/AbstractTextAccessLogPublisher.java 46 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/loggers/AbstractTextAccessLogPublisherTest.java 363 ●●●●● diff | view | raw | blame | history