[Mono-bugs] [Bug 59202][Maj] Changed - Authenticated WebService Accessed in a loop causes a 401 Unauthroized on the 9th iteration [TEST CASE ATTACHED]

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 27 May 2004 20:27:57 -0400 (EDT)


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=59202

--- shadow/59202	2004-05-27 19:31:17.000000000 -0400
+++ shadow/59202.tmp.4299	2004-05-27 20:27:57.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59202
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: OSX 10.3.3
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: Sys.Web.Services
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
@@ -55,6 +55,9 @@
 ------- Additional Comments From lluis@ximian.com  2004-05-27 18:25 -------
 Ok, the problem is that DigestClient caches the DigestSession per url.
 Disabling the cache, the test case works. 
 
 ------- Additional Comments From gonzalo@ximian.com  2004-05-27 19:31 -------
 Oh, it should be by nonce. I'll check this. Thanks Lluis.
+
+------- Additional Comments From gonzalo@ximian.com  2004-05-27 20:27 -------
+Fixed in CVS.