Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 68142 invoked from network); 13 Feb 2008 17:11:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2008 17:11:32 -0000 Received: (qmail 74374 invoked by uid 500); 13 Feb 2008 17:11:26 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 74354 invoked by uid 500); 13 Feb 2008 17:11:26 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 74317 invoked by uid 99); 13 Feb 2008 17:11:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 09:11:25 -0800 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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 17:10:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 42086714083 for ; Wed, 13 Feb 2008 09:11:09 -0800 (PST) Message-ID: <24346505.1202922669267.JavaMail.jira@brutus> Date: Wed, 13 Feb 2008 09:11:09 -0800 (PST) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Assigned: (CXF-1430) ThreadLocal Memory leak in HandlerChainInvoker In-Reply-To: <29152031.1202881088157.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/CXF-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp reassigned CXF-1430: -------------------------------- Assignee: Daniel Kulp > ThreadLocal Memory leak in HandlerChainInvoker > ---------------------------------------------- > > Key: CXF-1430 > URL: https://issues.apache.org/jira/browse/CXF-1430 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.0.2 > Reporter: Bharath Ganesh > Assignee: Daniel Kulp > Attachments: HandlerChainInvoker.java > > > ThreadLocal memory leak: > In HandlerChainInvoker the WebServiceContext thread local was set but never unset after the handler chain invocation was complete. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.