* HttpResponse.cs: Actually apply an app path modifier in
[mono.git] / mcs / class / System.Web / System.Web / ChangeLog
index 297ac4154ffffe890566102707bdf6d91ce86a1e..d83ed4e500f13ff11e7bb8bb5f704b859de4b4a6 100644 (file)
@@ -1,3 +1,30 @@
+2003-12-03  Jackson Harper <jackson@ximian.com>
+
+       * HttpResponse.cs: Actually apply an app path modifier in
+       ApplyAppPathModifer and add a method to set the app path modifier.
+       * HttpRequest.cs: Add utility method for setting a request header.
+       
+2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpApplication.cs: handle FileNotFound and DirectoryNotFound
+       exceptions when creating the handler to generate a better error page.
+
+       * HttpException.cs: display the http_code if available.  Changed all
+       \n by \r\n to make the hidden stack trace readable.
+       
+       * StaticFileHandler.cs: don't send the real path in th eerror.
+
+2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpContext.cs: updated GetConfig and GetAppConfig to new API.
+       
+       * HttpResponse.cs: separate initialization of the HttpWriter, as it
+       tries to read configuration settings while the config. system is not
+       available (ie, before the first request).
+       
+       * HttpRuntime.cs: delayed queueManager and response writer
+       initialization until the configuration system is working.
+
 2003-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * HttpRuntime.cs: added request queue handling.