[ https://issues.apache.org/jira/browse/DIRSERVER-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRSERVER-1271. ------------------------------------------ Resolution: Fixed Done. > Inject the modified entry into the OpContext > -------------------------------------------- > > Key: DIRSERVER-1271 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1271 > Project: Directory ApacheDS > Issue Type: Improvement > Affects Versions: 1.5.4 > Reporter: Emmanuel Lecharny > Fix For: 2.0.0-RC1 > > > It would save an extra lookup if we can inject the modified entry into the OpContext for the modify operation. The rational is that we need this entry to update the referral manager, and atm we are reading it from the server _after_ it has been added. If the entry is stored into the opContext after having been replaced into the backend, we would spare this extra lookup. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.