Injecting more information in the opContext structure
-----------------------------------------------------
Key: DIRSERVER-1081
URL: https://issues.apache.org/jira/browse/DIRSERVER-1081
Project: Directory ApacheDS
Issue Type: Improvement
Affects Versions: 1.5.1
Reporter: Emmanuel Lecharny
Fix For: 2.0.0
As each server operations now use this opContext for every operations, it would
be useful to inject more information into this context, like access to the
registries, or other things which are currently stored locally in each
interceptors during the initialization phaze.
It will be more elegant, will allow global modification of the server without
having to reinit all the interceptors, and could help to define specific
operation's context for a request (for instance, if we think about an operation
associated to a specific partition, we could perfectly inject the partition
associated registries, allowing us to have per-partition regristries, instead
of one single registries set for all the partition - just an idea)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.