[Mono-bugs] [Bug 61218][Nor] Changed - Problem redirecting from https to http
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 09:00:54 -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-15 08:57:29.000000000 -0400
+++ shadow/61218.tmp.9177 2004-07-15 09:00:54.000000000 -0400
@@ -376,6 +376,21 @@
------- Additional Comments From miguelanxo@telefonica.net 2004-07-15 08:57 -------
Created an attachment (id=8580)
testcase for WebRequest failing in https->http redirection
+
+------- Additional Comments From miguelanxo@telefonica.net 2004-07-15 09:00 -------
+I've created an attachment, with code showing incorrect behaviour. In
+the code, note that the url is
+"https://miguelanxo.galpon.org/cita/paso3.php". I am in control of
+that apache so I can tell you it is redirected to a http:// file via a
+.htaccess RewriteRule:
+
+miguelanxo.galpon.org/.htaccess
+-------------------------------
+RewriteEngine on
+RewriteRule cita/paso3.php
+http://miguelanxo.galpon.org/cita/paso4omi.php [R]
+
+If you need more help, just ask.