In axutil_uri, a reference is returned, where a duplicated string should be.
----------------------------------------------------------------------------
Key: AXIS2C-1015
URL: https://issues.apache.org/jira/browse/AXIS2C-1015
Project: Axis2-C
Issue Type: Bug
Components: util
Affects Versions: 1.3.0
Reporter: Senaka Fernando
Assignee: Senaka Fernando
In axutil_uri, a reference is returned, where a duplicated string should be.
This is because we return axis2_char_t * rather than const axis2_char_t *.
However, a user is expected to be able modify what is returned, according to
current api, and thus we must return a cloned copy of the actual string.
--
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]