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 2004/11/30 18:57:29 UTC

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

     [ http://nagoya.apache.org/jira/browse/AXISCPP-289?page=history ]

Fred Preston reassigned AXISCPP-289:
------------------------------------

    Assign To: Fred Preston

> The variable m_bMimeTrue may not be initialised before use
> ----------------------------------------------------------
>
>          Key: AXISCPP-289
>          URL: http://nagoya.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://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira