You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Fred Preston (JIRA)" <ax...@ws.apache.org> on 2006/04/05 14:13:56 UTC

[jira] Closed: (AXISCPP-289) The variable m_bMimeTrue may not be initialised before use

     [ 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