[Mono-bugs] [Bug 61218][Nor] Changed - Problem redirecting from https to http

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 13:50:10 -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 sebastien@ximian.com.

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

--- shadow/61218	2004-07-14 06:13:53.000000000 -0400
+++ shadow/61218.tmp.10830	2004-07-14 13:50:10.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61218
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: miguelanxo@telefonica.net               
 QAContact: mono-bugs@ximian.com
@@ -261,6 +261,11 @@
 
 testcase in attachment (local apache, php file for requesting POST
 variables)
 
 ------- Additional Comments From gonzalo@ximian.com  2004-07-14 06:13 -------
 *** Bug 61520 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From sebastien@ximian.com  2004-07-14 13:50 -------
+There was a locking error (read/write indirectly shared the same lock)
+which clearly affected POST. A fix has been commited to CVS.
+