http://bugzilla.novell.com/show_bug.cgi?id=625026
http://bugzilla.novell.com/show_bug.cgi?id=625026#c0 Summary: System.Net.Mime.ContentType incorrect parsing of Boundary field Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: All OS/Version: All Status: NEW Severity: Major Priority: P5 - None Component: System AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Development Blocker: --- System.Net.Mime.ContentType incorrect parsing of Boundary field Example code: var raw = "multipart/mixed;boundary=\"----=_NextPart_000_00DA_01CB28E8.A3142040\""; System.Net.Mime.ContentType contentType = new ContentType(raw); Console.Write("Boundary:{0}", contentType.Boundary); net console out: Boundary:----=_NextPart_000_00DA_01CB28E8.A3142040 mono console out: Boundary: Tested on ubuntu, mono version - r...@barney:/usr/mvstelecom# mono --version Mono JIT compiler version 2.4.4 (Debian 2.4.4~svn151842-1ubuntu4) Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC: Included Boehm (with typed GC) SIGSEGV: altstack Notifications: epoll Architecture: x86 Disabled: none Tested in Windows2008r2x64, mono version C:\Program Files (x86)\Mono-2.6.4\bin>mono --version Mono JIT compiler version 2.6.4 (tarball) Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com TLS: normal GC: Included Boehm (with typed GC and Parallel Mark) SIGSEGV: normal Notification: Thread + polling Architecture: x86 Disabled: none -- Configure bugmail: http://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
