[Mono-bugs] [Bug 51972][Nor] Changed - HttpWebRequest only allows a body if the method is PUT or POST
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 02:48:37 -0500 (EST)
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=51972
--- shadow/51972 2003-12-10 15:25:20.000000000 -0500
+++ shadow/51972.tmp.25970 2003-12-12 02:48:37.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 51972
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: lmaloney@bigpond.net.au
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -54,6 +54,10 @@
------- Additional Comments From pcgod@gmx.net 2003-12-10 15:25 -------
Created an attachment (id=6184)
proposed patch with reversed test because the default is to allow data in ms runtime
+
+------- Additional Comments From gonzalo@ximian.com 2003-12-12 02:48 -------
+Patch applied.
+Thanks!