You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/10/17 07:39:21 UTC

svn commit: r464817 - /webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c

Author: dinesh
Date: Mon Oct 16 22:39:20 2006
New Revision: 464817

URL: http://svn.apache.org/viewvc?view=rev&rev=464817
Log:
fixed:http://localhost:9090/axis2/services doesn't giving deployed services

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c?view=diff&rev=464817&r1=464816&r2=464817
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c Mon Oct 16 22:39:20 2006
@@ -332,11 +332,7 @@
 						  {
 								strcat (path, "/");
 						  }
-						
-						if (strcmp (path, "/axis2/services/"))
-						  {
-								return AXIS2_FAILURE;
-						  }
+
 				  }
     
             body_string = axis2_http_transport_utils_get_services_html(env,



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