2004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 6 Oct 2004 04:48:39 +0000 (04:48 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 6 Oct 2004 04:48:39 +0000 (04:48 -0000)
commit50e3e9fef470c6e71283fb678c2424c11a0a5ccf
tree46422dda04d1d24add228432cfd4b2cd3cc2ae59
parent9b713bba272c2e143205cfd5bfbd3f26cd0bc4bf
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=/trunk/mcs/; revision=34747
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