Switch to compiler-tester
[mono.git] / mcs / class / System.Web / System.Web / ChangeLog
index c0966c50ac4d893d4e49cffdb8d3831d3eb9bb39..119d3e428d33fb394c253fc22d69f5d04420da1a 100644 (file)
@@ -1,3 +1,59 @@
+2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpRequest.cs: avoid one intermediate buffer when reading the request
+       body and fail for over limit content length when the content type is
+       not handled as form or multipart data.
+
+2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpResponse.cs: fix the check in Close() so that CloseConnection is
+       called even if there has been no final Flush. Fixes bug #75176.
+
+2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpParseException.cs:
+       * HttpResponse.cs:
+       * HttpApplication.cs: updates for 1.1 service pack.
+
+2005-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpUtility.cs: fix InvalidCastException.
+
+2005-06-05  Kornél Pál <kornelpal@hotmail.com>
+
+       * HttpWriter.cs: Fixed: _OutputFilter.Close () was called twice.
+
+2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpUtility.cs: modified HtmlDecode so that it does not need to call
+       Int32.Parse and handles improper &# sequences. Fixes bug #74907.
+
+2005-05-26  Lluis Sanchez Gual <lluis@novell.com>
+
+       * SiteMapNodeCollection.cs: Implemented missing methods. The collection
+       does not inherit from CollectionBase any more.
+       * SiteMapNode.cs: Track api changes.
+       * SiteMapProvider.cs: Moved several methods to the new
+       StaticSiteMapProvider class. Other fixes.
+       * XmlSiteMapProvider.cs: Watch changes in the xml files. Other fixes.
+       * SiteMapProviderCollection.cs: Minor fixes.
+       * SiteMap.cs: Added missing event. Avoid double check lock.
+       * StaticSiteMapProvider.cs: New class that implements some of the
+       funtionality of SiteMapProvider.
+
+2005-05-25  Ben Maurer  <bmaurer@ximian.com>
+
+       * MimeTypes.cs: Remove extra spaces, they were typos. Fixes 75049.
+
+2005-05-13 Atsushi Enomoto <atsishi@ximian.com>
+
+       * HttpUtility.cs : UrlDecodeToBytes() incorrectly decoded escaped 
+         characters. Patch by Kazuki Oikawa.
+
+2005-05-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpRuntime.cs: PlatformID.Unix.
+
 2005-05-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * HttpResponse.cs: cleaned up the .ctors, fix IsClientConnected and just
        * HttpContext.cs: reverting Pedro's patch and sending mail with test
        to mono-devel.
 
-2004-06-09  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2004-06-09  Pedro Martnez Juli  <yoros@wanadoo.es>
 
        * HttpContext: User property returns its own "user" value because
        the context can walk through different Threads. When "User" property
 2004-06-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * HttpWorkerRequest.cs: the hashtables are now case-insensitive. Thanks
-       to Markus Kräutner.
+       to Markus Krutner.
 
 2004-05-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
 
        * HttpServerUtility.cs: Fix build breaker.
 
-2002-03-28  Wictor Wilén  <wictor@iBizkit.se>
+2002-03-28  Wictor Wiln  <wictor@iBizkit.se>
 
        * HttpServerUtils.cs : Added some more functionality