Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 60038 invoked from network); 27 Aug 2009 10:16:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Aug 2009 10:16:03 -0000 Received: (qmail 90057 invoked by uid 500); 27 Aug 2009 10:16:03 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 89990 invoked by uid 500); 27 Aug 2009 10:16:02 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 89979 invoked by uid 99); 27 Aug 2009 10:16:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 10:16:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ianboston@googlemail.com designates 74.125.78.24 as permitted sender) Received: from [74.125.78.24] (HELO ey-out-2122.google.com) (74.125.78.24) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 10:15:51 +0000 Received: by ey-out-2122.google.com with SMTP id 22so195355eye.1 for ; Thu, 27 Aug 2009 03:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=pip9XhLcJjTHM2bX0+BMOcvuRFIOgvbDRAmxyvZKnOc=; b=Dzjv3HI9QgylpjdmmSkTdRO/zPd3sljHvKmZqWjvrGlUT4nMlCA0zSa6PCp+EkRyLj SlTjSzoYuxh0TQxiSBwx+Y+JPF8iCoipkbViJvW2jzUIjVoO3RtcVGH6eGBbUQxzTya5 cvJSRvMOzc3t9kFE1xusGE+a4w0TAeUGKV3DQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=RY8LIDgKRf4/zbppicTQRZJyMKUsbjS91RcPimBgejDGsE3RtDpX0rH8CRkITaEmFJ Qjd9N0DkpVlEOOHVXN325XENPfslfejelhsLJpOl4CknRJqOvxqOe9/ecYTtZlW90359 CT9L4F87h+EShJvpfOVWie0HgOhK+ZAqydBzU= Received: by 10.216.90.135 with SMTP id e7mr1863667wef.34.1251368131101; Thu, 27 Aug 2009 03:15:31 -0700 (PDT) Received: from ?10.0.0.71? (ginger.caret.cam.ac.uk [131.111.21.21]) by mx.google.com with ESMTPS id 10sm694227eyd.6.2009.08.27.03.15.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 27 Aug 2009 03:15:30 -0700 (PDT) Sender: Ian Boston Message-Id: <21C7EC72-E9FE-4F83-A636-BCE0D1B1F1F5@tfd.co.uk> From: Ian Boston To: users@jackrabbit.apache.org In-Reply-To: <90a8d1c00908270308p5d46fddsc2b41ff9a705828f@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: InternalError in UserAccessControlProvider Date: Thu, 27 Aug 2009 11:15:29 +0100 References: <90a8d1c00908270308p5d46fddsc2b41ff9a705828f@mail.gmail.com> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On 27 Aug 2009, at 11:08, Stefan Guggisberg wrote: >> Is it anything to be concerned about ? > > without knowing the code in question, i think, yes. the code > obviously assumes > that this situation should never happen. however, if it does, i guess > it's a bug. This is Sling with some modifications/enhancements/additions. Although I have made modifications to other areas of the non-securirty access control structure, I dont think I have made any to the UserManagerImpl or the UserAccesControlProvider which are direct from the 1.5.6 jackrabbit jar. The test that reproduces this is a Ruby script running outside the JVM, single threaded, exercising the Sling http user manager endpoints. If its a real problem (from your response, I guess it is) I will try and reproduce against an unmodified Sling with a simple bash/curl script. Thanks, Ian