[Mono-bugs] [Bug 81701][Nor] Changed - Fix to allow HttpClientChannel to connect to xsp2 using https

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 22 00:51:22 EDT 2007


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 admin at svwebhosting.com.

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

--- shadow/81701	2007-05-21 22:41:11.000000000 -0400
+++ shadow/81701.tmp.25278	2007-05-22 00:51:22.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: remoting
 AssignedTo: lluis at ximian.com                            
 ReportedBy: admin at svwebhosting.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -26,6 +26,10 @@
 I tracked the problem to the function StartsWithHttp in file
 mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/HttpHelper.cs
 
 The fix to add a check for "https://" in the condition like this:
 
 if(URL.StartsWith("http://") | URL.StartsWith("https://"))
+
+------- Additional Comments From admin at svwebhosting.com  2007-05-22 00:51 -------
+I would like to add that I have compiled and tested this modification
+and it works.


More information about the mono-bugs mailing list