[ 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
