[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 14:36:24 -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 lluis@ximian.com.

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

--- shadow/59202	2004-05-27 12:58:51.000000000 -0400
+++ shadow/59202.tmp.32388	2004-05-27 14:36:24.000000000 -0400
@@ -1,22 +1,21 @@
 Bug#: 59202
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: OSX 10.3.3
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 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 
@@ -41,6 +40,14 @@
 Every time
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-05-27 12:58 -------
 Created an attachment (id=7874)
 test case as requested
 
+
+------- Additional Comments From lluis@ximian.com  2004-05-27 14:36 -------
+The server is returning an authentication failure at the 10th request.
+The web service client is just reporting that failure. It seems that
+this is a limitation in the server. However, this works on MS.NET,
+which means that our HttpWebRequest is not working like in MS.NET.
+Gonzalo, can this be related to connection reusing? maybe we should
+not reuse connections when using authentication?