[Mono-bugs] [Bug 47669][Wis] Changed - Improve support for Digest authentication in HttpWebRequest

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Dec 2003 16:53:19 -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=47669

--- shadow/47669	2003-12-02 16:11:02.000000000 -0500
+++ shadow/47669.tmp.24417	2003-12-02 16:53:19.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 47669
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,9 @@
 Got Digest authentication and apache mod_digest working together.
 Still need some work to be fully compliant with RFC 2617.
 
 
 ------- Additional Comments From gonzalo@ximian.com  2003-12-02 16:11 -------
 I'm gonna start adding the DigestClient.cs code that sebastien sent me
+
+------- Additional Comments From gonzalo@ximian.com  2003-12-02 16:53 -------
+Done. Only better MD5-sess and qop="auth-int" needs some work.