[ 
https://issues.apache.org/jira/browse/AXISCPP-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

nadir amra closed AXISCPP-1024.
-------------------------------

    Resolution: Fixed

I chose to implement copy constructor as:

// copy constructor
HTTPTransportException(const HTTPTransportException& e): AxisException((const 
AxisException)e) { }

since the submitted patch would have resulted in a duplicate message being 
generated.

Please test and if problems, reopen or post. 

Thanks.

> Exception subclasses missing copy constructor
> ---------------------------------------------
>
>                 Key: AXISCPP-1024
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1024
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Transport (Client)
>    Affects Versions:  1.6 Beta
>         Environment: Windows VC7
>            Reporter: Wayne Johnson
>            Priority: Critical
>             Fix For: current (nightly)
>
>         Attachments: AxisCPP-1024.patch
>
>
> HTTPTransportException is missing a copy constructor which causes crashes 
> when exception is thrown.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to