History log of /forgerock/opendj2/src/admin/messages/AccessLogFilteringCriteriaCfgDefn.properties
Revision Date Author Comments Expand
d39877de862b65efd936e3a59fedcaa7cf85993b 7377 14-Oct-2011 matthew

OPENDJ-308: Implement access log filtering and configurable message format * Rename client-* properties to connection-* * Remove default behavior aliases since they clutter up the display of a filtering criteria in dsconfig interactive mode * Make protocol matching string based instead of enumeration: this will be forwards compatible with new protocols as they are added * Fix and optimize protocol and port matching.

fe7c5bacba1535f5f2c9b37e09cd9b834ad2e75e 7370 13-Oct-2011 matthew

Preparation work for OPENDJ-308: Implement access log filtering and configurable message format Implement log filtering based on connection, user, request, and response criteria. Also performed minor refactoring of AddressMask class in order to avoid performing unnecessary reverse lookups during log filtering.

70bb67bfb066d9129943fd8a6e171189e9a1541b 7364 11-Oct-2011 matthew

Fix OPENDJ-308: Implement access log filtering and configurable message format * split access and audit log configuration, since filtering is not appropriate for the audit log * add initial filtering capabilities to the access log (based on operation type only for now).