[Mono-bugs] [Bug 60482][Blo] Changed - Critical bug in ASP.NET UrlAuthorization Module (beta 3)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 08:07:58 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60482
--- shadow/60482 2004-06-23 07:57:50.000000000 -0400
+++ shadow/60482.tmp.9925 2004-06-23 08:07:58.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60482
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: davidandrewtaylor@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -146,6 +146,9 @@
if ((data.Users!=null&&data.CheckUser(user.Identity.Name))
|| (data.Roles!=null&&data.CheckRole(user)))
return data.Allow;
}
+
+------- Additional Comments From gonzalo@ximian.com 2004-06-23 08:07 -------
+Fixed. Thanks!