[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
Mon, 3 Nov 2003 19:44:17 -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 2003-11-03 19:41:25.000000000 -0500
+++ shadow/50530.tmp.16051 2003-11-03 19:44:17.000000000 -0500
@@ -78,6 +78,11 @@
I _think_ (not sure) that I'm not doing anything illegal in my response, so
I prefer blaming Mono ;-)
Personally I wonder whether Mono should just assume HTTP/1.0 until it knows
for certain that the peer is a HTTP/1.1 server since most servers
(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
+