Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13798D574 for ; Tue, 9 Oct 2012 11:54:04 +0000 (UTC) Received: (qmail 66282 invoked by uid 500); 9 Oct 2012 11:54:03 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 66048 invoked by uid 500); 9 Oct 2012 11:53:59 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 65996 invoked by uid 99); 9 Oct 2012 11:53:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 11:53:57 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anchela@adobe.com designates 64.18.1.29 as permitted sender) Received: from [64.18.1.29] (HELO exprod6og112.obsmtp.com) (64.18.1.29) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 11:53:48 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob112.postini.com ([64.18.5.12]) with SMTP ID DSNKUHQQNb6zxleGjs/sGtSkPnwbDa9e8XII@postini.com; Tue, 09 Oct 2012 04:53:27 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q99BrOL1013187 for ; Tue, 9 Oct 2012 04:53:25 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q99BrNXL015108 for ; Tue, 9 Oct 2012 04:53:24 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas01.corp.adobe.com (10.8.189.99) with Microsoft SMTP Server (TLS) id 8.3.279.1; Tue, 9 Oct 2012 04:53:23 -0700 Received: from angela.eur.adobe.com (10.132.1.18) by eurhub01.eur.adobe.com (10.128.4.111) with Microsoft SMTP Server id 8.3.279.1; Tue, 9 Oct 2012 12:53:22 +0100 Message-ID: <50741032.4050706@adobe.com> Date: Tue, 9 Oct 2012 13:53:22 +0200 From: Angela Schreiber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Subject: Re: [NEWS] Oak new of the week (4th edition) References: <5073FFB4.6010405@apache.org> In-Reply-To: <5073FFB4.6010405@apache.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit > - Finally, there was quite a lot going on in the security area wrt. > access control, authentication support, principal management and so. > Angela, since you were mainly concerned with this, do you mind to give a > quick update on what's new here? there is just one topic that IMO is worth discussing here: i think we have a major performance issue with ContentSession#getLatestRoot that makes the creation of a new Session really expensive, while i would expect it to be for free. just came across this again when i wanted to replace the fake login by what will be the default setup in an oak-repo and will validate credentials against information stored in the MK without sharing a 'session' between different repo-logins as this was/is one of the pain points in jr2. regards angela