[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 19:31:09 -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 18:25:03.000000000 -0400
+++ shadow/59202.tmp.3887	2004-05-27 19:31:09.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: OSX 10.3.3
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: Sys.Web.Services
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: Authenticated WebService Accessed in a loop causes a 401 Unauthroized on the 9th iteration [TEST CASE ATTACHED]
 
@@ -52,6 +52,9 @@
 Gonzalo, can this be related to connection reusing? maybe we should
 not reuse connections when using authentication?
 
 ------- 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.