@@ -151,9 +151,11 @@ namespace System.Web.Configuration {
VerifyData ();
}
- [MonoTODO]
protected override void Reset (ConfigurationElement parentElement)
{
+ AuthorizationRule r = (AuthorizationRule)parentElement;
+ Action = r.Action;
+
base.Reset (parentElement);
@@ -1,3 +1,9 @@
+2006-04-25 Chris Toshok <[email protected]>
+ * AuthorizationRule.cs (Reset): finally figure out what this
+ method is supposed to do. Assign our Action property based on
+ parentElement's.
2006-04-25 Chris Toshok <[email protected]>
* WebConfigurationHost.cs (InitForConfiguration): actually, use