[Mono-bugs] [Bug 50530][Min] Changed - Authenticated POST requests do not work with HTTP/1.0 servers
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Feb 2004 10:52:56 -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 helge.hess@opengroupware.org.
http://bugzilla.ximian.com/show_bug.cgi?id=50530
--- shadow/50530 2004-02-17 10:40:14.000000000 -0500
+++ shadow/50530.tmp.12823 2004-02-17 10:52:56.000000000 -0500
@@ -329,6 +329,24 @@
webRequest.Credentials = credentials;
webRequest.PreAuthenticate = true;
---
This doesn't work either (should submit the basic-authentication
header in the very first request).
+
+------- Additional Comments From helge.hess@opengroupware.org 2004-02-17 10:52 -------
+BTW: CVS head gives us:
+---snip---
+System.NullReferenceException: A null value was found where an object
+instance was required
+in <0x00158> System.Net.WebConnectionStream:BeginWrite
+(byte[],int,int,System.AsyncCallback,object)
+in <0x00060> System.Net.WebConnectionStream:Write (byte[],int,int)
+in <0x00079> System.IO.StreamWriter:FlushBytes ()
+in <0x0004f> (wrapper remoting-invoke-with-check)
+System.IO.StreamWriter:FlushBytes ()
+in <0x00055> System.IO.StreamWriter:Flush ()
+in <0x00028> System.IO.StreamWriter:Dispose (bool)
+in <0x00013> System.IO.StreamWriter:Close ()
+in <0x001b0> httpclient:Main ()
+---snap---
+