* StaticSiteMapProvider.cs (UrlToNode): this entire file is #if
[mono.git] / mcs / class / System.Web / System.Web / ChangeLog
index 0d29f8e9d86612b60e234d54fcaa8029b75ac99b..3ec5baa5bb7fd966d47045973c11dc972f392f4e 100644 (file)
@@ -1,3 +1,83 @@
+2006-03-10  Chris Toshok  <toshok@ximian.com>
+
+       * StaticSiteMapProvider.cs (UrlToNode): this entire file is #if
+       NET_2_0, no need to embed another #if NET_2_0.
+
+       * SiteMapProvider.cs (AddNode): throw NotImplementedException.
+       (FindSiteMapNode): with null context, return null.  don't throw
+       ArgumentNullException.
+       (RemoveNode): throw NotImplementedException.
+       (IsAccessibleToUser): check arguments to make test pass.  still
+       lacking the method's actual functionality.
+       (ResourceKey): add missing property.
+
+2006-03-10  Chris Toshok  <toshok@ximian.com>
+
+       * HttpRequest.cs (CheckString): add back in the check for \xff1c
+       that i took out.  oops.
+
+2006-03-10  Chris Toshok  <toshok@ximian.com>
+
+       * HttpRequest.cs (CheckString): implement as described in
+       Shackow's "Professional ASP.NET 2.0 Security, Membership, and Role
+       Management", page 310.
+
+2006-03-08  Chris Toshok  <toshok@ximian.com>
+
+       * SiteMap.cs: clean this up a bunch.  use the SiteMapSection to
+       initialize the provider collection, and don't add a provider.
+       web.config handles that for us.  Also, don't always return true
+       from get_Enabled.
+
+2006-02-28  Chris Toshok  <toshok@ximian.com>
+
+       * HttpCookieMode.cs: corcompare work.
+
+       * ProcessShutdownReason.cs: same.
+
+       * SiteMapNodeCollection.cs: same.
+
+       * SiteMapNode.cs: same.
+
+       * SiteMapProvider.cs: same.
+
+       * HttpCacheRevalidation.cs: same.
+
+       * HttpCacheability.cs: same.
+
+       * StaticSiteMapProvider.cs: same.
+
+       * HttpValidationStatus.cs: same.
+       
+2006-02-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DefaultHttpHandler.cs: New file.
+
+2006-02-01  Chris Toshok  <toshok@ximian.com>
+
+       * SiteMap.cs: use GetSection instead of GetWebApplicationSection.
+
+2006-02-01  Chris Toshok  <toshok@ximian.com>
+
+       * HttpApplication.cs: CONFIGURATION_2_0 => NET_2_0, and use
+       GetSection instead of GetWebApplicationSection.
+
+       * HttpApplication.jvm.cs: same.
+       
+       * HttpApplicationFactory.cs: same.
+
+       * HttpContext.cs: same.
+
+       * CapabilitiesLoader.cs: same.
+
+       * QueueManager.cs: same.
+
+       * HttpRuntime.cs: same.
+
+       * TraceManager.cs: same.
+
+       * HttpRequest.cs: same.
+       
 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * HttpApplication.cs: keep any exception that happens during