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