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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to