You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2010/06/17 18:27:25 UTC

[jira] Closed: (DIRSERVER-683) Entry lookup are done more than once in modify operation

     [ https://issues.apache.org/jira/browse/DIRSERVER-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-683.
---------------------------------------


> Entry lookup are done more than once in modify operation
> --------------------------------------------------------
>
>                 Key: DIRSERVER-683
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-683
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>            Reporter: Emmanuel Lecharny
>            Priority: Minor
>             Fix For: 2.0.0-RC1
>
>
> If we send a modify request, the entry lookup is done in many different interceptors. This operation should be done only once, and the result should be stored soemwhere to be available to other interceptors.
> This means we should create a kind of container that will be pass through all interceptors (may be a kind of requestContext like in servlets). A HashMap could contain these sharable pieces of information.
> For ApacheDS 1.1 or 2.0 ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.