[Mono-bugs] [Bug 59202][Maj] New - 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 12:57:50 -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 grompf@sublimeintervention.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59202

--- shadow/59202	2004-05-27 12:57:50.000000000 -0400
+++ shadow/59202.tmp.31068	2004-05-27 12:57:50.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 59202
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: OSX 10.3.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: grompf@sublimeintervention.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Authenticated WebService Accessed in a loop causes a 401 Unauthroized on the 9th iteration [TEST CASE ATTACHED]
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+When accessing an authenticated web service in a loop; after running the 9th time a 
+System.Web.Exception is thrown saying 401: Unauthorized.
+
+
+Steps to reproduce the problem:
+Run the attached test case..
+
+this has been tested with 0.91.99(CVS) on linux from May 14th and 0.92(CVS) from May 27th.
+
+Actual Results:
+
+An exception is thrown.
+
+Expected Results:
+
+The loop to continue.
+
+How often does this happen? 
+
+Every time