[Mono-bugs] [Bug 71529][Wis] New - WebRequest authentication - incompatibility to .NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Jan 2005 11:07:23 -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 tom@lshift.net.
http://bugzilla.ximian.com/show_bug.cgi?id=71529
--- shadow/71529 2005-01-20 11:07:23.000000000 -0500
+++ shadow/71529.tmp.17779 2005-01-20 11:07:23.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 71529
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tom@lshift.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: WebRequest authentication - incompatibility to .NET
+
+Description of Problem:
+
+When using the .NET Framework (1.1) on windows, creating a new
+HttpWebRequest and setting its credentials, the default behaviour is to use
+digest authentication (and in fact, it is very difficult to make it use
+basic authentication instead).
+
+Mono, however, defaults to basic authentication, which can result in a
+problem when working against servers that only do digest authentication.
+
+This may or may not be a real bug vis-a-vis the definition of the class
+libraries, but it makes porting code from windows to linux difficult.