[Mono-bugs] [Bug 48072][Nor] Changed - Wrong handling of the missing encoding in Content-Type: HTTP responce field

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 19 Sep 2003 02:41:37 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=48072

--- shadow/48072	2003-09-01 08:20:23.000000000 -0400
+++ shadow/48072.tmp.29812	2003-09-19 02:41:37.000000000 -0400
@@ -1,22 +1,21 @@
 Bug#: 48072
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Redhat 9/x86
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gkodinov@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Wrong handling of the missing encoding in Content-Type: HTTP responce field
 
 If some SOAP server (see bug #48071 for such) returns 
 Content-Type: text/xml
 
 in it's HTTP reply the code for extracting the encoding from there throws
@@ -48,6 +47,9 @@
 Please find attached a diff, that causes it to work.
 
 ------- Additional Comments From gkodinov@openlinksw.co.uk  2003-09-01 08:20 -------
 Created an attachment (id=5264)
 d1.diff - fix for the wrong index exception.
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-09-19 02:41 -------
+CC'ing Lluis, just in case this did not appear on his radar.