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 2008/01/30 08:16:25 UTC

svn commit: r616664 - /webservices/axis2/trunk/c/util/src/utils.c

Author: dinesh
Date: Tue Jan 29 23:16:23 2008
New Revision: 616664

URL: http://svn.apache.org/viewvc?rev=616664&view=rev
Log:
fixed:axis2c-932 ,  IIS module fails with service that has the name services in it

Modified:
    webservices/axis2/trunk/c/util/src/utils.c

Modified: webservices/axis2/trunk/c/util/src/utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/utils.c?rev=616664&r1=616663&r2=616664&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/utils.c (original)
+++ webservices/axis2/trunk/c/util/src/utils.c Tue Jan 29 23:16:23 2008
@@ -49,6 +49,7 @@
         {
             service_str = tmp;
             tmp += axutil_strlen(axis2_request_url_prefix);
+            break;  /* stop on first prefix as user may have prefix in service name */
         }
     }
     if (service_str)



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