Author: samisa Date: Mon May 28 02:49:35 2007 New Revision: 542180 URL: http://svn.apache.org/viewvc?view=rev&rev=542180 Log: Fixed the content type ; bug
Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c?view=diff&rev=542180&r1=542179&r2=542180 ============================================================================== --- webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c (original) +++ webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c Mon May 28 02:49:35 2007 @@ -446,7 +446,7 @@ AXIS2_FREE(env->allocator, content_type); content_type = temp_content_type; } - temp_content_type = axutil_stracat(env, content_type, ";"); + /*temp_content_type = axutil_stracat(env, content_type, ";");*/ AXIS2_FREE(env->allocator, content_type); content_type = temp_content_type; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]