[Mono-bugs] [Bug 410125] System.Net.Mime ContentType() Throws Exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 13 12:47:02 EDT 2008


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

User atsushi at ximian.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=410125#c1


Atsushi Enomoto <atsushi at ximian.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |atsushi at ximian.com
             Status|NEW                                             |RESOLVED
         Resolution|                                                |INVALID




--- Comment #1 from Atsushi Enomoto <atsushi at ximian.com>  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.


More information about the mono-bugs mailing list