Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 72414 invoked from network); 17 May 2010 09:16:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 May 2010 09:16:11 -0000 Received: (qmail 78489 invoked by uid 500); 17 May 2010 09:16:11 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 78348 invoked by uid 500); 17 May 2010 09:16:10 -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 78341 invoked by uid 99); 17 May 2010 09:16:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 09:16:10 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elecharny@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-wy0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 09:16:02 +0000 Received: by wyj26 with SMTP id 26so1769899wyj.37 for ; Mon, 17 May 2010 02:15:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=T5Sm3kE6Zp+C/i9gJsPUzvAMY8FlWG84++nAHwtQsnc=; b=M2BTMMjj4ngtIxGqyAHXqq5n71FG9JFP5NiY41AgEKbtK0o2haYKsyfNRxNpltZmOg FM6JNVfrDujVlry6wDBq4d3u04PiKiQfzsXabXx/54ZSm+XWQ50IAXR+Q/pSPQiN+CtI t3KToPsu/U42GP9gjANUS7btqThKLtUcR9vXU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=bQ7aQwQgX55fBLbNJP9Pd1fBtmkcMFkOS0WnrHZ8W7e0Fo6lPSAiWxF+8We2X2EdE1 n6DNDEDt16JKxX+6RPuQnzp+vJB80R9kcKk+wCTTz6iHMMrhRl+TnP7ch/2gzJmhoWII 35Uq6uZLLWhE9bWvbrecBQNCdJBF6p2IgNRtY= Received: by 10.216.87.204 with SMTP id y54mr2876112wee.142.1274087742474; Mon, 17 May 2010 02:15:42 -0700 (PDT) Received: from emmanuel-lecharnys-MacBook-Pro.local (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by mx.google.com with ESMTPS id x9sm1559796wej.9.2010.05.17.02.15.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 May 2010 02:15:41 -0700 (PDT) Message-ID: <4BF10943.4010701@gmail.com> Date: Mon, 17 May 2010 11:15:47 +0200 From: Emmanuel Lecharny Reply-To: elecharny@apache.org User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Paged Search issues References: <4BF08445.50504@gmail.com> <4BF0EFF5.5040108@apache.org> In-Reply-To: <4BF0EFF5.5040108@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Two things : - I just committed some fix on the client side : the connection is now closed for every test, and I added a delay (10ms) to be sure that the Unbind request is correctly send before the new Bind request - it seems to be the problem we have - - Regarding the getCookie() returning a reference, this is a case where the cookie is *never* modified on the server. The PagedSearch tests are now passing well on my computer, I have loop 100 000 times on the first test, without any issue. I would suggest that *if* we are to add @SuppressWarning all over the code, then a comment must be added explaining why we are suppressing a warning. Otherwise, we may have bad surprises in the near future. (it's like pushing dusts under the rug...) -- Regards, Cordialement, Emmanuel L�charny www.nextury.com