[Mono-bugs] [Bug 53941][Maj] Changed - HttpWebRequest proxy handling bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Feb 2004 15:23:45 -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 sebastien@ximian.com.

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

--- shadow/53941	2004-02-25 15:06:17.000000000 -0500
+++ shadow/53941.tmp.13422	2004-02-25 15:23:45.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 53941
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: liyul@hotmail.com               
@@ -466,6 +466,18 @@
 sure to c
 ompile and install the mcs/class/Mono.CSharp.Debugger directory.
 .\Mono.Security.X509\X509Chain.cs(180) error CS0117:
 `System.Net.ServicePointMan
 ager' does not contain a definition for `CheckCertificateRevocationList'
 Compilation failed: 1 error(s), 4 warnings
+
+------- Additional Comments From sebastien@ximian.com  2004-02-25 15:23 -------
+ServicePointManager.CheckCertificateRevocationList only exists in .NET
+1.1 and isn't correctly "protected" by #if/#endif. I'm unsure how we
+will support this as the assembly isn't part of the .NET framework
+(probably by releasing 2 versions of Mono.Security.dll).
+
+However as you're building the NET_1_1 profile this shouldn't affect
+you. What version of csc is being used to compile ? 7.0 or 7.1 ?
+
+I'm not 100% sure but I don't think you can build the NET_1_1 profile
+using csc 7.0 (.NET 1.0).