[Mono-bugs] [Bug 54400][Nor] Changed - UrlUtils.ResolveUrl does not properly replace ~ with AppPath
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 15 Feb 2004 10:38:17 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jonwagner@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54400
--- shadow/54400 2004-02-15 10:37:14.000000000 -0500
+++ shadow/54400.tmp.32017 2004-02-15 10:38:17.000000000 -0500
@@ -41,6 +41,11 @@
The problem is in the UrlUtils.ResolveUrl method. When it processes the ~,
it uses the basePath parameter instead of
HttpRuntime.AppDomainAppVirtualPath.
Proposed patch attached.
+
+------- Additional Comments From jonwagner@hotmail.com 2004-02-15 10:38 -------
+Created an attachment (id=6703)
+Fixes ~ AppPath problem in UrlUtils
+