[Mono-bugs] [Bug 51413][Nor] Changed - System.Net.CredentialCache not implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Dec 2003 10:40:15 -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=51413

--- shadow/51413	2003-12-15 23:20:38.000000000 -0500
+++ shadow/51413.tmp.2951	2003-12-16 10:40:15.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 51413
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: gentoo
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rsbarro@metaverse.cc               
 QAContact: mono-bugs@ximian.com
@@ -58,6 +58,11 @@
 in <0x0002a> System.Net.CredentialCache:get_DefaultCredentials ()
 in <0x00093>
 Metaverse.Web.Services.AgentObjects.Content:GetXslTransformedDocument ()
 --- End of inner exception stack trace ---
 
 I'm running version 0.28.
+
+------- Additional Comments From gonzalo@ximian.com  2003-12-16 10:40 -------
+That's used for NTLM, Kerberos and Negotiate under MS.
+I've modified it so that now it doesn't throw NotImplementedExceptio,
+but returns null until we do something about Kerberos.