2004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 6 Oct 2004 04:50:46 +0000 (04:50 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 6 Oct 2004 04:50:46 +0000 (04:50 -0000)
commit1aed6001de1cb2f78c931fedfcc9dc5df7ac050b
tree5d206956755f1967932e3ba48ab046fb7eeb61ba
parent19141d7309f42d2da709d4310898073455913f80
2004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web/HttpRequest.cs: CurrentExecutionFilePath is the one that
changes when Transfer or Execute are used, not FilePath.

* System.Web/HttpServerUtility.cs: moved form saving/restoring from
Transfer to Execute, as it's needed there too. the query string is
correctly set now. Fixes bug #67388.

* System.Web/HttpContext.cs:
* System.Web.SessionState/SessionStateModule.cs: use SetCurrentExePath
instead of SetFilePath.

svn path=/branches/mono-1-0/mcs/; revision=34749
mcs/class/System.Web/System.Web.SessionState/ChangeLog
mcs/class/System.Web/System.Web.SessionState/SessionStateModule.cs
mcs/class/System.Web/System.Web/ChangeLog
mcs/class/System.Web/System.Web/HttpContext.cs
mcs/class/System.Web/System.Web/HttpRequest.cs
mcs/class/System.Web/System.Web/HttpServerUtility.cs