[Mono-bugs] [Bug 80001][Maj] New - HttpWebRequest.GetResponse does not send HTTP request when Method is "MKCOL"

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Nov 21 17:51:36 EST 2006


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 brad at getcoded.net.

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

--- shadow/80001	2006-11-21 17:51:36.000000000 -0500
+++ shadow/80001.tmp.26828	2006-11-21 17:51:36.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 80001
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: brad at getcoded.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: HttpWebRequest.GetResponse does not send HTTP request when Method is "MKCOL"
+
+This is a recent regression with Mono 1.2.  I last tested this code with
+Mono 1.1.17 and it worked as expected.
+
+When trying to make a directory over a WebDAV share ("MKCOL"), Mono's
+System.Web.HttpWebRequest hangs after calling GetResponse.  Hooking up
+Ethereal revealed that while it was connecting and performing the TCP
+handshake, it wasn't actually sending any HTTP traffic.  The method then
+returns after the timeout.
+
+However, on Windows, the same source executes as expected, throwing
+WebExceptions for the Error 405 which comes back from the HTTP server, and
+then on the final path, it succeeds in creating the directory.
+
+Feel free to try this out on the Url provided -- just change the final
+directory in the path if it succeeds in a directory there.


More information about the mono-bugs mailing list