https://bugzilla.novell.com/show_bug.cgi?id=464235
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=464235#c1 --- Comment #1 from Leszek Ciesielski <[email protected]> 2009-01-08 01:57:23 MST --- This bug occurs because UriParser.Register is ignored by Uri constructors - the Uri class does most handling internally, instead of delegating to registered parsers. In this case, it tries (line 1525) to resolve the host part (through CheckHostName, line 695) instead of ignoring it and delegating the validation to the registered custom parser. -- 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
