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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jul 2004 10:42: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 miguelanxo@telefonica.net.

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

--- shadow/61218	2004-07-13 08:30:16.000000000 -0400
+++ shadow/61218.tmp.11925	2004-07-13 10:42:03.000000000 -0400
@@ -217,6 +217,23 @@
 go, but I'd like to ensure that it's not any garbage generated by the
 SslClientStream.
 
 Can you confirm this?
 
 Is the patch ok?
+
+------- Additional Comments From miguelanxo@telefonica.net  2004-07-13 10:42 -------
+Ok, your patch made my testcase work, in both the remote sites
+(https://www.sergas.es, https://www.hotmail.com) and the local apache.
+Note the testcases use GET method...
+
+but then I moved on to my project (which happens to use POST instead
+of GET) and your patch didn't get it to work. So I have:
+
+- method GET working flawlessly (http:// and https:// uris, local &
+remote)
+- method POST working with http:// uris, hanging randomly with
+https:// uris.
+
+Hope that helped.
+
+