2004-01-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web / ChangeLog
index 4f3b216babe2e855d080de4b18f66bd76c94debc..9c2265ede599e5170b2dd8a88a8cef351a321885 100644 (file)
@@ -1,3 +1,84 @@
+2004-01-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpException.cs: default to error 500. Fixes bug #52623.
+
+2004-01-04  Jackson Harper <jackson@ximian.com>
+
+       * TraceContext.cs: Store and render trace info times. Also render
+       cookie sizes. Remove debug code.
+       
+2004-01-04  Jackson Harper <jackson@ximian.com>
+
+       * HttpResponse.cs: Set the cached response date header so it can
+       be updated.
+       * HttpResponseHeader.cs: Let values be set so we can update cached 
+       response header values.
+       
+2004-01-04  Jackson Harper <jackson@ximian.com>
+
+       * HttpResponse.cs: Implement RemoveOutputCacheItem.
+       
+2004-01-04  Jackson Harper <jackson@ximian.com>
+
+       * HttpCachePolicy.cs: Add internal method to get the vary by custom string
+       * HttpCacheVaryByHeaders.cs: Add internal method to get the header names.
+       
+2004-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpRuntime.cs: implemented MachineConfigurationDirectory,
+
+2004-1-1  Alon Gazit <along@mainsoft.com>
+       * HttpWriter.cs: add check in Write() in order to prevent
+       NullReferenceException.
+
+2004-1-1  Alon Gazit <along@mainsoft.com>
+       * HttpResponse.cs: implemented ExpiresAbsolute and Expires.
+
+2003-12-18  Jackson Harper <jackson@ximian.com>
+
+       * TraceContext.cs: Write () methods are not warnings.
+       
+2003-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpBrowserCapabilities.cs: added GetClrVersions ().
+       * HttpCachePolicy.cs: added SetAllowResponseInBrowserHistory ().
+       * HttpContext.cs: added set_Current and RewritePath (s, s, s) for 1.1.
+       * HttpRequest.cs: added set_ContentType, SetPathInfo and ValidateInput.
+       * HttpRequestValidationException.cs: new class for 1.1
+       * HttpResponse.cs: added RedirectLocation.
+       * HttpRuntime.cs: added UnloadAppDomain.
+       * HttpServerUtility.cs: Execute (s, t, b) is internal for < 1.2
+       * HttpUtility.cs: copied UrlPathEncode from HttpServerUtility.
+       * HttpWorkerRequest.cs: added [ComVisible] and made the ctor public.
+
+2003-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpContext.cs: implemented IsCustomErrorEnabled and
+       IsDebuggingEnabled. Added internal ErrorPage property.
+
+       * HttpRuntime.cs: on error, check if we have a custom error page enabled
+       to handle it and redirect.
+
+       * HttpResponse.cs: added RedirectCustomError (), which actually does
+       the redirection to the error page.
+       
+2003-12-16  Jackson Harper <jackson@ximian.com>
+
+       * TraceContext.cs: Render all the data, and the stylesheet.
+       
+2003-12-16  Jackson Harper <jackson@ximian.com>
+
+       * TraceContext.cs: Add incomplete render method.
+       
+2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * CapabilitiesLoader.cs: loads browser detection and capabilities data
+       from browscap.ini file by Gary J. Keith.
+
+       * HttpBrowserCapabilities.cs: removed almost all TODOs.
+
+       * HttpRequest.cs: fixed Browser property.
+
 2003-12-15  Jackson Harper <jackson@ximian.com>
 
        * TraceContext.cs: Initial implementation of storing data.