2006-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sun, 19 Mar 2006 23:16:17 +0000 (23:16 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sun, 19 Mar 2006 23:16:17 +0000 (23:16 -0000)
commit985c7435d35c68c913c71e2bebdb3d11756884ac
tree626c409757f3981fab35f0c7add8255a62c53631
parent6c5378726ecdf63f9c3f7788f9fba69538af37ed
2006-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web/TempFileStream.cs: a FileStream that removes the file once
it is disposed.
* System.Web/HttpRequest.cs: support for writing request data to on-disk
files if the request is longer than the threshold specified in the
configuration files. In mono this will work for 1.x and 2.0, while with
MS this only works for 2.0.
* System.Web.dll.sources: add TempFileStream.cs
* System.Web.Configuration/HttpRuntimeConfigurationHandler.cs: removed
a bunch of useless stuff for 1.x.

svn path=/trunk/mcs/; revision=58170
mcs/class/System.Web/ChangeLog
mcs/class/System.Web/System.Web.Configuration/ChangeLog
mcs/class/System.Web/System.Web.Configuration/HttpRuntimeConfigurationHandler.cs
mcs/class/System.Web/System.Web.dll.sources
mcs/class/System.Web/System.Web/ChangeLog
mcs/class/System.Web/System.Web/HttpRequest.cs
mcs/class/System.Web/System.Web/TempFileStream.cs [new file with mode: 0644]