[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
Fri, 21 Nov 2003 03:10:32 -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	2003-11-03 19:44:17.000000000 -0500
+++ shadow/50530.tmp.13157	2003-11-21 03:10:32.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 50530
 Product: Mono/Class Libraries
 Version: unspecified
 OS: SuSE 8.1
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: System.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: helge.hess@opengroupware.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -83,6 +83,18 @@
 (especially application servers) are still HTTP/1.0 in practice.
 
 ------- Additional Comments From helge.hess@opengroupware.org  2003-11-03 19:44 -------
 Created an attachment (id=5854)
 my weird HTTP POST test client
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-11-21 03:10 -------
+Mono uses 1.1 if the user doesn't change the request ProtocolVersion 
+property. And yes, it detects the 1.0 from the server. And don't ever
+try a second Expect: 100-continue if the first one timeouts (2 seconds)...
+
+Can you try again with current CVS?
+
+It would be nice if you provide a simpler test case. Can you try to
+cook a simpler page (may be php or asp.net+apache) that uses POST+auth?
+
+Thanks.