[Mono-bugs] [Bug 328768] Uri ("", UriKind.Relative) crashes.
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Thu Sep 27 00:41:03 EDT 2007
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=328768#c1
--- Comment #1 from Miguel de Icaza <miguel at novell.com>  2007-09-26 22:41:02 MST ---
This is a more general problem, our parse routine assumes that the uris are
absolute, and does parsing based on that.
We should do parsing based on the UriKind.
In addition, the Parse routine seems broken, in a place its checking for string
lengths (<= 1) which seems odd.
-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
    
    
More information about the mono-bugs
mailing list