Author: senaka
Date: Mon Mar  3 14:00:14 2008
New Revision: 633292

URL: http://svn.apache.org/viewvc?rev=633292&view=rev
Log:
Fixing issue once again as previous too was not right

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

Modified: webservices/axis2/trunk/c/util/src/uri.c
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/uri.c?rev=633292&r1=633291&r2=633292&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/uri.c (original)
+++ webservices/axis2/trunk/c/util/src/uri.c Mon Mar  3 14:00:14 2008
@@ -390,10 +390,6 @@
     /* scheme must be non-empty and followed by :// */
     if (s == uri_str || s[0] != ':' || s[1] != '/' || s[2] != '/')
     {
-        if (strchr(hostinfo, '/'))
-        {
-            goto deal_with_path;
-        }
         goto deal_with_authority;    /* backwards predicted taken! */
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to