Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 87006 invoked from network); 18 Aug 2007 02:34:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2007 02:34:54 -0000 Received: (qmail 7031 invoked by uid 500); 18 Aug 2007 02:34:51 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 6954 invoked by uid 500); 18 Aug 2007 02:34:51 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 6878 invoked by uid 99); 18 Aug 2007 02:34:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 19:34:51 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2007 02:35:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E0FFD71418F for ; Fri, 17 Aug 2007 19:34:30 -0700 (PDT) Message-ID: <15185599.1187404470917.JavaMail.jira@brutus> Date: Fri, 17 Aug 2007 19:34:30 -0700 (PDT) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-683) Entry lookup are done more than once in modify operation In-Reply-To: <4257735.1154250253937.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Karasulu updated DIRSERVER-683: ------------------------------------ Fix Version/s: (was: 1.5.1) 1.5.2 Priority: Minor (was: Major) > 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: 1.5.2 > > > 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.