[Mono-bugs] [Bug 54654][Wis] Changed - Exceptions are hidden in WebRequest

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 11:12:14 -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 sebastien@ximian.com.

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

--- shadow/54654	2004-02-20 08:48:01.000000000 -0500
+++ shadow/54654.tmp.25641	2004-05-18 11:12:14.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 54654
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Exceptions are hidden in System.Net during an SSL session
+Summary: Exceptions are hidden in WebRequest
 
 Description of Problem:
 When doing a WebRequest some exceptions seems trapped and the request
 continue. In some case the request can't really continue leading to strange
 errors later.
 
@@ -40,6 +40,10 @@
 Other changes (soon to be commited) may also "catch" the problem more locally.
 
 However the same problem happened when async support was missing in
 SslClientStream. I just didn't get the NotSupportedException. It may be
 easier to throw a NotSupportedException in existing code (like
 NetworkStream) and see how a WebRequest reacts.
+
+------- Additional Comments From sebastien@ximian.com  2004-05-18 11:12 -------
+The current SSL cannot be used to reproduce the error (like mentioned
+earlier). However the last paragraph should still apply.