Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 40443 invoked from network); 8 Dec 2010 10:11:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 10:11:26 -0000 Received: (qmail 72082 invoked by uid 500); 8 Dec 2010 10:11:25 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 71895 invoked by uid 500); 8 Dec 2010 10:11:25 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 71883 invoked by uid 99); 8 Dec 2010 10:11:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 10:11:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 10:11:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB8AB1TV014755 for ; Wed, 8 Dec 2010 10:11:01 GMT Message-ID: <26540489.13071291803060971.JavaMail.jira@thor> Date: Wed, 8 Dec 2010 05:11:00 -0500 (EST) From: =?utf-8?Q?Michael_D=C3=BCrig_=28JIRA=29?= To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-2834) Make DefaultSecurityManager the default security manager (instead of SimpleSecurityManager) In-Reply-To: <23779756.26301291737429135.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2834?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Michael D=C3=BCrig resolved JCR-2834. -------------------------------- Resolution: Fixed Fix Version/s: 2.3.0 Applied the patch at revision 1043343 > Make DefaultSecurityManager the default security manager (instead of Simp= leSecurityManager) > -------------------------------------------------------------------------= ------------------ > > Key: JCR-2834 > URL: https://issues.apache.org/jira/browse/JCR-2834 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core, jackrabbit-jca > Affects Versions: 2.3.0 > Reporter: Michael D=C3=BCrig > Assignee: Michael D=C3=BCrig > Fix For: 2.3.0 > > Attachments: JCR-2834.patch > > > JCR-2164 made DefaultSecurityManager the default security manager for tes= t runs. However the repository.xml included in jackrabbit core and the one = for cluster tests still refer to the SimpleSecurityManager. For consistency= reasons I think it makes sense to change these places to DefaultSecurityMa= nager. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.