Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 82001 invoked from network); 3 Mar 2008 15:47:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2008 15:47:57 -0000 Received: (qmail 72378 invoked by uid 500); 3 Mar 2008 15:47:53 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 72364 invoked by uid 500); 3 Mar 2008 15:47:52 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 72353 invoked by uid 99); 3 Mar 2008 15:47:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 07:47:52 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 15:47:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B347F234C084 for ; Mon, 3 Mar 2008 07:46:50 -0800 (PST) Message-ID: <730360906.1204559210733.JavaMail.jira@brutus> Date: Mon, 3 Mar 2008 07:46:50 -0800 (PST) From: "Senaka Fernando (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2C-1015) In axutil_uri, a reference is returned, where a duplicated string should be. In-Reply-To: <2042343594.1204194471419.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando resolved AXIS2C-1015. ------------------------------------- Resolution: Fixed Fix Version/s: Current (Nightly) Fixed Issue > 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 > Fix For: Current (Nightly) > > > 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: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org