[Mono-bugs] [Bug 73681][Nor] Changed - Problem with HTTPWebRequest Basic authentication and POST

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Mar 2005 15:29:37 -0500 (EST)


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

--- shadow/73681	2005-03-15 21:08:23.000000000 -0500
+++ shadow/73681.tmp.9365	2005-03-16 15:29:37.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 73681
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: informatique.internet@fiducial.fr               
@@ -115,6 +115,16 @@
 without being authenticated...
 With a GET request, authentication seems to work, but it doesn't work with
 a POST request...
 
 ------- Additional Comments From miguel@ximian.com  2005-03-15 21:08 -------
 ping gonzalo
+
+------- Additional Comments From gonzalo@ximian.com  2005-03-16 15:29 -------
+I've not been able to reproduce this error using nc. I've added an
+extra check to ensure that credentials are not null in
+InternalAuthenticate, but that's all i can do blindly.
+
+Can you run this with mono --debug and give me the line number in
+which the nullref happens?
+
+If you're using svn, please update mcs/class/System