[Mono-bugs] [Bug 372840] System.UriBuilder and System.Net.WebRequest don' t handle zone id part of URIs correctly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 7 15:46:26 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=372840

User abockover at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=372840#c2


Aaron Bockover <abockover at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |abockover at novell.com




--- Comment #2 from Aaron Bockover <abockover at novell.com>  2008-04-07 13:46:25 MST ---
For the URI escaping issue, this is actually a bug in System.Uri, not
System.UriBuilder, which means this bug is potentially more severe simply
because System.Uri is used much more frequently.

That is, System.Uri is not IPv6 friendly. If you are using System.UriBuilder
and have this issue, a workaround is to just not pass a System.Uri to the
respective System.UriBuilder constructor and instead pass each URI component as
a string to an appropriate System.UriBuilder constructor.


-- 
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