[Mono-bugs] [Bug 81950][Nor] Changed - Regression: Control.ResolveUrl doesn't handle '~' anymore
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 26 10:50:17 EDT 2007
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 juraj at hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=81950
--- shadow/81950 2007-06-26 09:37:24.000000000 -0400
+++ shadow/81950.tmp.26469 2007-06-26 10:50:17.000000000 -0400
@@ -51,6 +51,10 @@
tsd = '/' + bvd.Substring (1);
} else if (len >= 1 && bvd [0] != '/')
tsd = '/' + bvd;
else
tsd = bvd;
+
+------- Additional Comments From juraj at hotfeet.ch 2007-06-26 10:50 -------
+I've applied the following patch to our local tree. It works around
+the problem for us.
More information about the mono-bugs
mailing list