[Mono-bugs] [Bug 30234][Wis] Changed - HTTP POST doesn't work

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 24 Mar 2003 21:19:08 -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=30234

--- shadow/30234	Thu Oct 24 12:08:18 2002
+++ shadow/30234.tmp.1912	Mon Mar 24 21:19:08 2003
@@ -1,12 +1,12 @@
 Bug#: 30234
 Product: Mono/Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
@@ -60,7 +60,21 @@
 System.ArgumentOutOfRangeException: Argument is out of range
 Parameter name: count
 in <0x000bf> 00 System.Web.HttpUtility:UrlEncodeToBytes (byte[],int,int)
 in <0x00058> 00 System.Web.HttpUtility:UrlEncode
 (string,System.Text.Encoding)
 in <0x001a5> 00 .ClientPOST:getPage (string,string)
+
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-24 21:19 -------
+I get this with current MS runtime now:
+~ $ ./bug30234.exe http://www.google.com q=mono
+System.Net.WebException: The remote server returned an error: (501)
+Not Implemented.
+   at System.Net.HttpWebRequest.CheckFinalStatus()
+   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
+   at System.Net.HttpWebRequest.GetResponse()
+   at ClientPOST.getPage(String url, String payload) in
+C:\cygwin\home\lalo\bug30234.cs:line 71
+
+and the same with mono.