Return-Path: X-Original-To: apmail-karaf-dev-archive@minotaur.apache.org Delivered-To: apmail-karaf-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 94651F6E0 for ; Wed, 3 Apr 2013 09:27:42 +0000 (UTC) Received: (qmail 83495 invoked by uid 500); 3 Apr 2013 09:27:42 -0000 Delivered-To: apmail-karaf-dev-archive@karaf.apache.org Received: (qmail 83266 invoked by uid 500); 3 Apr 2013 09:27:35 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 83220 invoked by uid 99); 3 Apr 2013 09:27:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 09:27:33 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.83.49] (HELO mail-ee0-f49.google.com) (74.125.83.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 09:27:27 +0000 Received: by mail-ee0-f49.google.com with SMTP id d41so578606eek.22 for ; Wed, 03 Apr 2013 02:27:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:content-type:subject:message-id:date:to :mime-version:x-mailer:x-gm-message-state; bh=QfEg4h1hkTeXyht6XuSFB7Ohmqx/NV97EgfGRLlQt2M=; b=dOBiCgac2U9mXhmhp9AkzkwFPIHtv80xO85zHbQC6k7s7pZEUEhvDfhZXU6JFwW4oh OqdDWGesHuIZQQUBR1FsEfFHXrwOoqkSEzTXjDpYUvyIvt0jCZMy8FisH+SCrm0rgSwH LH4rc30ypB3YzmI5rtqm8ETAJy36FS4CZGrR1DvjmLt4rinhp9T9SPGXG8dFeLbKl6bZ qG38tpO1kyYTFI2Ltw+dPHUVooTHYu3g+ABYCwt+t6THyTkjqNvnX6b4zqjxO6/16zGl FAYHNHUlhzWj7gqZZnGV+K2JyUG0zBlskLJa7hldYj4sasE1jsS0m4UFS4U7tjBjobqZ gtaA== X-Received: by 10.14.207.200 with SMTP id n48mr2211533eeo.4.1364981226512; Wed, 03 Apr 2013 02:27:06 -0700 (PDT) Received: from [192.168.1.148] ([93.174.25.240]) by mx.google.com with ESMTPS id d47sm7015073eem.9.2013.04.03.02.27.05 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Apr 2013 02:27:05 -0700 (PDT) From: =?iso-8859-2?Q?=A3ukasz_Dywicki?= Content-Type: multipart/alternative; boundary="Apple-Mail=_7CCD6A92-36C3-44EE-BAF4-0F52A864014F" Subject: KARAF-1305 and 2.3.x branch Message-Id: Date: Wed, 3 Apr 2013 11:26:59 +0200 To: "Karaf Developer Mailing list" Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) X-Mailer: Apple Mail (2.1503) X-Gm-Message-State: ALoCoQmtLk1cbtPcWLemOPAVc2gOsOKsQr1GKrbcbyyeUQZkYp7i5W3hjjdceK5E312p/JN/Z4X7 X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_7CCD6A92-36C3-44EE-BAF4-0F52A864014F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hey, I just saw an issue related to SMX (SM-2185), and KARAF-1305. I didn't = drive deeper into it, however I checked the 2.3.x jetty.xml and it looks = that we still point to old principal class name: = https://github.com/apache/karaf/blob/karaf-2.3.x/assemblies/apache-karaf/s= rc/main/resources/extra/jetty.xml#L80 Shouldn't it be a org.apache.karaf.jaas.boot.principal.RolePrincipal = instead of org.apache.karaf.jaas.modules.RolePrincipal? For trunk it's = fine. Cheers, Lukasz= --Apple-Mail=_7CCD6A92-36C3-44EE-BAF4-0F52A864014F--