You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by du...@apache.org on 2008/03/03 09:48:10 UTC

svn commit: r632982 - in /webservices/axis2/trunk/c/src/core/transport/http/server/apache2: apache2_worker.c mod_axis2.c

Author: dumindu
Date: Mon Mar  3 00:48:09 2008
New Revision: 632982

URL: http://svn.apache.org/viewvc?rev=632982&view=rev
Log:
Added Axis2C/<version> as a server token.


Modified:
    webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c
    webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.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?rev=632982&r1=632981&r2=632982&view=diff
==============================================================================
--- 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 Mon Mar  3 00:48:09 2008
@@ -51,7 +51,7 @@
 	axutil_hash_index_t *hi = NULL;
 	void* svc = NULL;
     AXIS2_ENV_CHECK(env, NULL);
-	AXIS2_LOG_INFO(env->log,"[Axis2] Axis2 aaa worker created");
+	AXIS2_LOG_INFO(env->log,"[Axis2] Axis2 worker created");
     apache2_worker = (axis2_apache2_worker_t *)
         AXIS2_MALLOC(env->allocator, sizeof(axis2_apache2_worker_t));
 

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c?rev=632982&r1=632981&r2=632982&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c Mon Mar  3 00:48:09 2008
@@ -442,6 +442,9 @@
 	/* axis2_post_config() will be called twice. Don't bother
 	 * going through all of the initialization on the first call
 	 * because it will just be thrown away.*/
+    
+    ap_add_version_component(pconf, "Axis2C/" AXIS2_VERSION_STRING);
+
 	apr_pool_userdata_get(&data, userdata_key, svr_rec->process->pool);
 	if (!data) 
 	{



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org