Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 30788 invoked from network); 15 Dec 2007 17:45:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2007 17:45:16 -0000 Received: (qmail 97127 invoked by uid 500); 15 Dec 2007 17:45:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 96855 invoked by uid 500); 15 Dec 2007 17:45:03 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 96844 invoked by uid 99); 15 Dec 2007 17:45:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2007 09:45:03 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2007 17:44:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4AC5C71420A for ; Sat, 15 Dec 2007 09:44:43 -0800 (PST) Message-ID: <17247756.1197740683302.JavaMail.jira@brutus> Date: Sat, 15 Dec 2007 09:44:43 -0800 (PST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-3448) New threads launched from an EJB do not run as the same Subject as the launching thread In-Reply-To: <5902022.1188398610817.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks updated GERONIMO-3448: ----------------------------------- Component/s: security > New threads launched from an EJB do not run as the same Subject as the launching thread > --------------------------------------------------------------------------------------- > > Key: GERONIMO-3448 > URL: https://issues.apache.org/jira/browse/GERONIMO-3448 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: security > Affects Versions: 2.0.x, 2.1 > Reporter: Vamsavardhana Reddy > Fix For: 2.0.x, 2.1 > > > New threads launched from an EJB context do not run as the same Subject as the thread that launched it. This causes a failure when this new thread calls an EJB with restricted method permissions. Looks like JBoss and BEA Weblogic carry over Subjects to new threads that are launched from within an EJB. > See http://marc.info/?l=geronimo-dev&m=118819475331338&w=2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.