https://bugzilla.novell.com/show_bug.cgi?id=346432
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=346432#c1 Bart Jansen <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Summary|empty URI error |Uri Parse method wrongly expects string to have | |at least two characters --- Comment #1 from Bart Jansen <[EMAIL PROTECTED]> 2008-01-22 07:44:38 MST --- still present in 1.2.6 both in xp and kubuntu what's the rationale for expecting an uri to have at least two character? Uri.cs line 1277: if (len <= 1) throw new UriFormatException (); causes this to happen. Bart -- 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
