2006-04-27 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Thu, 27 Apr 2006 16:48:53 +0000 (16:48 -0000)
committerChris Toshok <toshok@novell.com>
Thu, 27 Apr 2006 16:48:53 +0000 (16:48 -0000)
* AuthorizationRuleCollection.cs (ThrowOnDuplicate): for the time
being introduce a overridden property MS doesn't make use of.
This needs readdressing, but it should get people making use of
<authorization> rules working again.

svn path=/trunk/mcs/; revision=59989

mcs/class/System.Web/System.Web.Configuration_2.0/AuthorizationRuleCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ChangeLog

index cf9c59f83b0462db076bfa87ebe7ecfac7e49d5d..78d0da1235194a5ac5520c86ea14f2a8e6bf8ad9 100644 (file)
@@ -122,6 +122,9 @@ namespace System.Web.Configuration {
                        get { return properties; }
                }
 
+               protected override bool ThrowOnDuplicate {
+                       get { return false; }
+               }
        }
 
 }
index 91144179ade878fca935ca5f8a8f64b4e15f399b..42d38ccfacf0b9e9e44fa1a9d40d2067c649840a 100644 (file)
@@ -1,3 +1,10 @@
+2006-04-27  Chris Toshok  <toshok@ximian.com>
+
+       * AuthorizationRuleCollection.cs (ThrowOnDuplicate): for the time
+       being introduce a overridden property MS doesn't make use of.
+       This needs readdressing, but it should get people making use of
+       <authorization> rules working again.
+
 2006-04-25  Chris Toshok  <toshok@ximian.com>
 
        * AuthorizationRule.cs (Reset): finally figure out what this