Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 33352 invoked from network); 17 Jul 2009 05:31:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jul 2009 05:31:32 -0000 Received: (qmail 8104 invoked by uid 500); 17 Jul 2009 05:32:37 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 7992 invoked by uid 500); 17 Jul 2009 05:32:37 -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 7888 invoked by uid 99); 17 Jul 2009 05:32:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 05:32:36 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 05:32:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EA13B29A0016 for ; Thu, 16 Jul 2009 22:32:14 -0700 (PDT) Message-ID: <805680801.1247808734957.JavaMail.jira@brutus> Date: Thu, 16 Jul 2009 22:32:14 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4748) Security context is not cleared before the thread is returned to the pool for Tomcat In-Reply-To: <1628528347.1247731515007.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732347#action_12732347 ] David Jencks commented on GERONIMO-4748: ---------------------------------------- For 2.2, rev 794963 simplifies default subject handling. AFAICT a subject is always set on the thread before the request is handled and removed after it's handled, so I don't see how there can be a problem with subjects left associated with threads. There are some additional problems with secure web service clients that I'm looking into but there should be no intermittent failures. > Security context is not cleared before the thread is returned to the pool for Tomcat > ------------------------------------------------------------------------------------ > > Key: GERONIMO-4748 > URL: https://issues.apache.org/jira/browse/GERONIMO-4748 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Tomcat > Affects Versions: 2.1.5, 2.2 > Reporter: Ivan > Assignee: David Jencks > Priority: Critical > Fix For: 2.1.5, 2.2 > > > We do some authentication in the TomcatGeronimoRealm, and set the security context, but it is not cleared later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.