From 4ff2d5114047521a03244a2153d6c21480a57962 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Tue, 4 Nov 2003 23:43:25 +0000 Subject: 2003-11-04 Ben Maurer * HttpContext.cs (IsCustomErrorEnabled): dont throw exception, just return false (which makes sense, as the custom errors *arent* enabled; ie they dont work. * HttpResponseStream.cs: you actually can write with len = 0 * AssemblyResourceLoader.cs: New file. New v2 handler. * Control.cs (GetWebResourceUrl): new v2 function * Page.cs (GetWebResourceUrl): ditto. make the JS we generate work with moz if the form is not a child of document. * WebResourceAttribute.cs: Added, new v2 attribute. svn path=/trunk/mcs/; revision=19631 --- mcs/class/System.Web/System.Web.Handlers/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mcs/class/System.Web/System.Web.Handlers/ChangeLog') diff --git a/mcs/class/System.Web/System.Web.Handlers/ChangeLog b/mcs/class/System.Web/System.Web.Handlers/ChangeLog index 63df449a29c..e228117d46c 100644 --- a/mcs/class/System.Web/System.Web.Handlers/ChangeLog +++ b/mcs/class/System.Web/System.Web.Handlers/ChangeLog @@ -1,3 +1,7 @@ +2003-11-04 Ben Maurer + + * AssemblyResourceLoader.cs: New file. New v2 handler. + 2002-10-08 Gonzalo Paniagua Javier * ChangeLog: New file. -- cgit v1.2.3