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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=372840#c2


Aaron Bockover <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #2 from Aaron Bockover <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to