[Mono-bugs] [Bug 49693][Wis] Changed - HttpWebRequest can not handle WWW-Authenticate with POST
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 Nov 2003 00:12: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=49693
--- shadow/49693 2003-10-16 08:24:32.000000000 -0400
+++ shadow/49693.tmp.6382 2003-11-14 00:12:43.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 49693
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: pra@tim.se
@@ -64,6 +64,12 @@
w.Flush();
w.Close();
s.Close();
//Fetch and hang
HttpWebResponse res = (HttpWebResponse) req.GetResponse ();
+
+------- Additional Comments From gonzalo@ximian.com 2003-11-14 00:12 -------
+Could you please recheck this with current CVS and/or attach a full
+test case?
+
+Thanks.