[Mono-bugs] [Bug 52626][Nor] Changed - CodeAccessPermission Demand() method too restrictive
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Jan 2004 23:46:55 -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 spouliot@videotron.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=52626
--- shadow/52626 2004-01-06 20:56:39.000000000 -0500
+++ shadow/52626.tmp.31679 2004-01-06 23:46:55.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 52626
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details: RedHat 9
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: spouliot@videotron.ca
ReportedBy: gkodinov@openlinksw.co.uk
QAContact: mono-bugs@ximian.com
@@ -43,6 +43,18 @@
correct).
------- Additional Comments From gkodinov@openlinksw.co.uk 2004-01-06 06:06 -------
Created an attachment (id=6359)
mcs_null.diff
+
+------- Additional Comments From spouliot@videotron.ca 2004-01-06 23:46 -------
+Both bugs are fixed in CVS.
+
+CodeAccessPermission.cs: Applied your patch and added unit test.
+
+SecurityException.cs: The current ToString wasn't like MS version
+(which doesn't show PermissionType). The new version isn't either
+but it shows all informations (including PermissionType).
+
+Note: Please fill separate entries for different bugs. It's easier
+to track so there's less chance that something get missed.