[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 15:49:46 -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-08-19 21:33:07.000000000 -0400
+++ shadow/47669.tmp.23381	2003-12-02 15:49:46.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Support for digest authentication in HttpWebRequest
+Summary: Improve support for Digest authentication in HttpWebRequest
 
 Only Basic authentication is supported currently. We gotta add support for
 Digest too.
 
 ------- Additional Comments From spouliot@videotron.ca  2003-08-17 21:00 -------
 Digest Authentification is specified in RFC 2617 
@@ -36,6 +36,11 @@
 ------- Additional Comments From gonzalo@ximian.com  2003-08-19 21:33 -------
 Well, the spec is quite clear and we have the MD5 working... It
 shouldn't be too hard
 
 /me crosses fingers
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-12-02 15:49 -------
+Got Digest authentication and apache mod_digest working together.
+Still need some work to be fully compliant with RFC 2617.
+