need to reset all the cached paths
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Thu, 13 Dec 2007 16:35:30 +0000 (16:35 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Thu, 13 Dec 2007 16:35:30 +0000 (16:35 -0000)
svn path=/branches/mainsoft/JSF/mcs/; revision=91238

mcs/class/System.Web/System.Web/HttpRequest.jvm.cs

index cd71e3f1f48954d41a9fdb226ee66fa170088210..2737b9e6e9e01843b99f6f05caab4c26a9822d50 100644 (file)
@@ -227,6 +227,8 @@ namespace System.Web
                internal void SetWorkerRequest (HttpWorkerRequest wr) {\r
                        worker_request = wr;\r
                        current_exe_path = null;\r
+                       file_path = null;\r
+                       base_virtual_dir = null;\r
                }\r
 \r
        }\r