https://bugzilla.novell.com/show_bug.cgi?id=410125
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=410125#c1 Atsushi Enomoto <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Atsushi Enomoto <[EMAIL PROTECTED]> 2008-08-13 10:47:02 MDT --- NET and Mono result in the same. using System; using System.Net.Mime; public class Test { public static void Main () { string s = @"multipart/related; type=""multipart/alternative""; boundary=""=-TTn+gOgQcEloJTi/U6cl"""; new ContentType (s); } } -- 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
