[Mono-bugs] [Bug 75102][Nor] Changed - Sometimes fails to pass
basic auth credentials to web service
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Apr 16 12:52:07 EDT 2006
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 gnome at flowerday.cx.
http://bugzilla.ximian.com/show_bug.cgi?id=75102
--- shadow/75102 2006-03-07 08:02:36.000000000 -0500
+++ shadow/75102.tmp.2371 2006-04-16 12:52:06.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75102
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: INVALID
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: lluis at ximian.com
ReportedBy: gnome at flowerday.cx
QAContact: mono-bugs at ximian.com
@@ -69,6 +69,29 @@
message). Maybe it has been already fixed. Have you tried with a more
recent mono release?
------- Additional Comments From gnome at flowerday.cx 2006-03-07 08:02 -------
I don't seem to be able to reproduce this anymore on mono 1.1.8 or
1.1.13, I'll re-open if I can reproduce it again.
+
+------- Additional Comments From gnome at flowerday.cx 2006-04-16 12:52 -------
+Sadly, I seem to be able to reproduce this again, looking at an
+strace, mono gets the 401 back from the server, but then doesn't
+re-send it with the credentials:
+
+(This is on ubuntu dapper with 1.1.13.6-0ubuntu1 of mono-jit)
+
+$ ./f.exe
+System.Net.WebException: The request failed with HTTP status 401:
+Unauthorized
+in <0x004b8>
+System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse
+(System.Net.WebResponse response,
+System.Web.Services.Protocols.SoapClientMessage message,
+System.Web.Services.Protocols.SoapExtension[] extensions)
+in <0x0024f>
+System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke
+(System.String method_name, System.Object[] parameters)
+in <0x00025> SOAPTest:test ()
+in (wrapper remoting-invoke-with-check) SOAPTest:test ()
+in <0x0006f> Test:Main (System.String[] args)
+
More information about the mono-bugs
mailing list