2010-05-06 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Fri, 7 May 2010 23:02:46 +0000 (23:02 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Fri, 7 May 2010 23:02:46 +0000 (23:02 -0000)
commit7d005d6a34ea37f37ccaef6239a655f33d166d99
tree7506038fc4d9001e3d2c5f2aa2a2950053c48330
parentb9749e762a07c7e357b179788455ef89f14a1ddf
2010-05-06  Marek Habersack  <mhabersack@novell.com>

* HttpResponse.cs: implemented the following 4.0 methods:
RedirectPermanent, RedirectToRoute, RedirectToRoutePermanent and
RemoveOutputCacheItem.

2010-05-06  Marek Habersack  <mhabersack@novell.com>

* RouteCollection.cs: GetVirtualPath throws ArgumentException
when named route is not found in the collection.

2010-05-06  Marek Habersack  <mhabersack@novell.com>

* OutputCacheModule.cs: added a 2.0 internal property to return
the internal provider used in this profile.

* OutputCache.cs: added internal RemoveFromProvider method to
remove items from the indicated provider.

svn path=/trunk/mcs/; revision=156933
mcs/class/System.Web.Routing/System.Web.Routing/ChangeLog
mcs/class/System.Web.Routing/System.Web.Routing/RouteCollection.cs
mcs/class/System.Web/System.Web.Caching/ChangeLog
mcs/class/System.Web/System.Web.Caching/OutputCache.cs
mcs/class/System.Web/System.Web.Caching/OutputCacheModule.cs
mcs/class/System.Web/System.Web/ChangeLog
mcs/class/System.Web/System.Web/HttpResponse.cs
mcs/class/System.Web/Test/System.Web/HttpResponseTest.cs