[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Abstractions / System.Web / ChangeLog
1 2010-05-06  Marek Habersack  <mhabersack@novell.com>
2
3         * HttpResponseWrapper.cs: implemented RedirectPermantent,
4         RemoveOutputCacheItem methods.
5         Implemented the 3 argument TransmitFile method.
6
7         * HttpResponseBase.cs: implemented RedirectPermanet,
8         RedirectToRoute, RedirectToRoutePermanent and
9         RemoveOutputCacheItem 4.0 methods.
10
11 2010-05-05  Marek Habersack  <mhabersack@novell.com>
12
13         * HttpRequestBase.cs, HttpRequestWrapper.cs: added 4.0 properties
14         HttpChannelBinding and RequestContext
15
16 2010-04-26  Marek Habersack  <mhabersack@novell.com>
17
18         * HttpContextWrapper.cs: implemented two 4.0 methods: RemapHandler
19         and SetSessionStateBehavior
20
21 2010-02-18  Marek Habersack  <mhabersack@novell.com>
22
23         * HttpFileCollectionWrapper.cs: Get (string) and this [string]
24         don't throw ArgumentNullException for non-existing entries. Fixes
25         bug #579241. Patch from Peter Johanson <peter@peterjohanson.com>,
26         thanks!
27
28 2010-01-20  Marek Habersack  <mhabersack@novell.com>
29
30         * HttpContextBase.cs: implemented RemapHandler and
31         SetSessionStateBehavior 4.0 APIs.
32
33 2009-07-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
34
35         * HttpResponseWrapper.cs: removed a few TODO/NotImplemented.
36         Fixes bug #526297.
37
38 2009-06-16  Marek Habersack  <mhabersack@novell.com>
39
40         * Decorated all classes with the TypeForwardedFrom attribute for
41         the 4.0 profile.
42
43 2008-09-09  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * HttpApplicationStateBase.cs
46           HttpBrowserCapabilitiesBase.cs
47           HttpCachePolicyBase.cs
48           HttpContextBase.cs
49           HttpFileCollectionBase.cs
50           HttpPostedFileBase.cs
51           HttpRequestBase.cs
52           HttpResponseBase.cs
53           HttpServerUtilityBase.cs
54           HttpSessionStateBase.cs
55           HttpStaticObjectsCollectionBase.cs : they are just to throw NIE.
56         * HttpPostedFileWrapper.cs : lacked implementation.
57
58 2008-09-04  Atsushi Enomoto  <atsushi@ximian.com>
59
60         *.cs : initial checkin.