[Mono-bugs] [Bug 58588][Nor] Changed - MONO Beta 1 Bug: HTTP Unbuffered Stream Chunked-Encoding problem.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 May 2004 06:36:03 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/58588	2004-05-19 22:09:58.000000000 -0400
+++ shadow/58588.tmp.17718	2004-05-20 06:36:03.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 58588
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: 004 Four hours
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
@@ -112,6 +112,22 @@
 tcpdump showing chunked encoding transfer SUCCESS CASE
 
 
 ------- Additional Comments From gonzalo@ximian.com  2004-05-19 22:09 -------
 Which frame should I look at? I tried decoding TCP port 88 session and
 both files have a 401 response.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-05-20 06:36 -------
+Sorry I should have given more informaiton.  The client was MONO 
+running RedHat 9, the remote web server was BEA WebLogic on port 
+7031 (trillian.research.mit).
+
+The server initially responds with a 401 Authentication required 
+because I was using HTTP Basic Auth and did not set pre-authenticate 
+to true (thus far everything is behaving as expected).  So if you 
+keep looking through the response, you will note that the client 
+(MONO) then authenticates using BASIC AUTH and the chunked-encoded 
+transfer starts....But then MONO closes the connection before the 
+transfer is complete.
+
+I am not quite sure how easily you can debug this from just a 
+TCPDUMP.  Please let me know if you get stuck!