[Mono-bugs] [Bug 71861][Wis] Changed - Behaviour of SecurityException after an Exception is thrown
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Feb 2005 10:12:57 -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=71861
--- shadow/71861 2005-01-27 11:24:59.000000000 -0500
+++ shadow/71861.tmp.16694 2005-02-03 10:12:57.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 71861
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: sebastien@ximian.com
ReportedBy: sebastien@ximian.com
@@ -78,6 +78,10 @@
* rethrow the original exception (e.g. throw this)
but this has to be done everywhere a secuirty check is needed.
* Personally and at this point of time I don't think it's worth
implementing. But I'm leaving it assigned to me so I don't forget about it.
+
+------- Additional Comments From sebastien@ximian.com 2005-02-03 10:12 -------
+That behaviour seems to exists only in Fx 2.0. Not sure if it's
+intentional or not.