[
https://issues.apache.org/jira/browse/DIRSERVER-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kiran Ayyagari resolved DIRSERVER-1502.
---------------------------------------
Resolution: Fixed
Fixed this issue with a fix put in EventInterceptor rather than in each
evaluator implementation, cause I see that evaluate() methods are not using the
base DN in their implementations at the moment.
http://svn.apache.org/viewvc?rev=943270&view=rev
> Evaluator implementations are not considering the base DN while evaluating a
> entry
> ----------------------------------------------------------------------------------
>
> Key: DIRSERVER-1502
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1502
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 1.5.7
> Reporter: Kiran Ayyagari
> Assignee: Kiran Ayyagari
> Fix For: 2.0.0-RC1
>
>
> All implementations of Evaluator interface are not checking the candidate
> entry against the base DN passed to the evaluate method.
> This is leading to generate wrong event notifications by the EventInterceptor.
> e.x if there is a NotificationCriteria 'NC' registered for changes under the
> base dc=example,dc=com and when a modification happens under ou=system then
> that event is sent to the listener with criteria NC.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.