[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
Thu, 19 Feb 2004 14:23:43 -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=50530

--- shadow/50530	2004-02-19 13:20:22.000000000 -0500
+++ shadow/50530.tmp.6809	2004-02-19 14:23:43.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 50530
 Product: Mono/Class Libraries
 Version: unspecified
 OS: SuSE 8.1
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: helge.hess@opengroupware.org               
 QAContact: mono-bugs@ximian.com
@@ -361,6 +361,20 @@
 
 ------- Additional Comments From helge.hess@opengroupware.org  2004-02-19 12:53 -------
 I can't follow you, I did post the HTTP trace? Do you read the comments?
 
 ------- Additional Comments From gonzalo@ximian.com  2004-02-19 13:20 -------
 Ouch, sorry, i was confused and thought this was another bug.
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-19 14:23 -------
+Fixed in CVS.
+
+Fixes:
+1. The Host header contains the port for non-default ports.
+2. Expect is only sent for 1.1 POSTs
+3. The protocol version is downgraded if the server version is 1.0 and
+we used 1.1
+4. PreAuthentication is supported (btw, i tested your test case with
+PreAuthenticate enabled under MS and it didn't send the header until
+they don't get a 401. We do send the auth. header now).
+
+Thanks you very much for reporting and for your patience ;-).