Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 75630 invoked from network); 24 Mar 2008 13:35:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Mar 2008 13:35:13 -0000 Received: (qmail 48274 invoked by uid 500); 24 Mar 2008 13:35:11 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 48169 invoked by uid 500); 24 Mar 2008 13:35:11 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 48158 invoked by uid 500); 24 Mar 2008 13:35:11 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 48154 invoked by uid 99); 24 Mar 2008 13:35:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 06:35:11 -0700 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2008 13:34:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9FE041A9832; Mon, 24 Mar 2008 06:34:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r640415 - in /webservices/axis2/trunk/c: axiom/src/attachments/mime_output.c include/axis2_http_transport.h Date: Mon, 24 Mar 2008 13:34:50 -0000 To: axis2-cvs@ws.apache.org From: dinesh@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080324133451.9FE041A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dinesh Date: Mon Mar 24 06:34:49 2008 New Revision: 640415 URL: http://svn.apache.org/viewvc?rev=640415&view=rev Log: fixed: failure in MTOM sample Modified: webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c webservices/axis2/trunk/c/include/axis2_http_transport.h Modified: webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c?rev=640415&r1=640414&r2=640415&view=diff ============================================================================== --- webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c (original) +++ webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c Mon Mar 24 06:34:49 2008 @@ -245,7 +245,7 @@ axis2_write_finish_writing_mime(mime_output, env, &boundary_stream, &boundary_stream_size, boundary); - if (soap_body_buffer) + if (soap_body) { temp_soap_body_buffer = axutil_stracat(env, soap_body, AXIS2_CRLF); soap_body_buffer = temp_soap_body_buffer; Modified: webservices/axis2/trunk/c/include/axis2_http_transport.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_transport.h?rev=640415&r1=640414&r2=640415&view=diff ============================================================================== --- webservices/axis2/trunk/c/include/axis2_http_transport.h (original) +++ webservices/axis2/trunk/c/include/axis2_http_transport.h Mon Mar 24 06:34:49 2008 @@ -973,7 +973,7 @@ #define AXIS2_ESC_DOUBLE_QUOTE '\"' -#define AXIS2_ESC_NULL '\"' +#define AXIS2_ESC_NULL '\0' #define AXIS2_CONTENT_TYPE_ACTION ";action=\"" --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org