Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 4306 invoked from network); 5 Apr 2006 12:14:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Apr 2006 12:14:34 -0000 Received: (qmail 73150 invoked by uid 500); 5 Apr 2006 12:14:32 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 72991 invoked by uid 500); 5 Apr 2006 12:14:32 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 72831 invoked by uid 99); 5 Apr 2006 12:14:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 05:14:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 05:14:30 -0700 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 6FD066ACB0 for ; Wed, 5 Apr 2006 13:13:56 +0100 (BST) Message-ID: <661394019.1144239236455.JavaMail.jira@ajax> Date: Wed, 5 Apr 2006 13:13:56 +0100 (BST) From: "Fred Preston (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-289) The variable m_bMimeTrue may not be initialised before use In-Reply-To: <1010255344.1101837448371.JavaMail.apache@nagoya> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-289?page=all ] Fred Preston closed AXISCPP-289: -------------------------------- > The variable m_bMimeTrue may not be initialised before use > ---------------------------------------------------------- > > Key: AXISCPP-289 > URL: http://issues.apache.org/jira/browse/AXISCPP-289 > Project: Axis-C++ > Type: Bug > Components: Basic Architecture > Environment: n/a > Reporter: Fred Preston > Assignee: Fred Preston > > Problem > ------- > The variable m_bMimeTrue is not initialised when the Axis2Transport object is created. This will lead to undesired behaviour (i.e not processing returning messages and fault throwing). > Solution > -------- > On creation in the constructor, add the line:- > m_bMimeTrue = false; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira