[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
Tue, 22 Jun 2004 05:12:12 -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-21 21:51:05.000000000 -0400
+++ shadow/60482.tmp.18016	2004-06-22 05:12:12.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: mono-bugs@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -115,6 +115,10 @@
   if (data.Verbs != null)
     verbMatch = data.CheckVerb (verb);
 
   if ((userMatch || roleMatch) && verbMatch)
     return data.Allow;
 }
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-22 05:12 -------
+Fixed in CVS.
+