[Mono-bugs] [Bug 71680][Cri] New - HttpRequest.IsSecureConnection is not set when running behind apache 2.0/mod_mono
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 24 Jan 2005 12:47:17 -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 mlasky@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71680
--- shadow/71680 2005-01-24 12:47:17.000000000 -0500
+++ shadow/71680.tmp.15886 2005-01-24 12:47:17.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 71680
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SLES 9
+OS Details: OES
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mlasky@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: HttpRequest.IsSecureConnection is not set when running behind apache 2.0/mod_mono
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+When running behind apache 2.0, using mod_mono, a web service request
+sent over SSL does not report that it is using a secure connection in the
+HttpRequest object (using the C# property IsSecureConnection).
+
+
+Steps to reproduce the problem:
+1. Setup a web service behind apache 2.0 and mod_mono.
+2. Send a web request to the service over SSL.
+3. Check in the service HttpRequest object for IsSecureConnection.
+
+Actual Results:
+Always returns false.
+
+Expected Results:
+Should return true.
+
+How often does this happen?
+Every time.
+
+Additional Information:
+It would be nice in addition to have the HttpRequest.Url.Scheme refer to
+https instead of http.