Author: samisa
Date: Tue Apr 17 21:24:46 2007
New Revision: 529858
URL: http://svn.apache.org/viewvc?view=rev&rev=529858
Log:
Fixed the seg fault in case of incorrect endpoint used by client.
AXIS2C-586
Modified:
webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c
Modified:
webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c?view=diff&rev=529858&r1=529857&r2=529858
==============================================================================
---
webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c
(original)
+++
webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c
Tue Apr 17 21:24:46 2007
@@ -238,7 +238,6 @@
body_string_len = axutil_stream_get_len(out_stream, env);
}
send_status = HTTP_INTERNAL_SERVER_ERROR;
- axis2_msg_ctx_free(fault_ctx, env);
}
}
if (-1 == send_status)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]