[Mono-bugs] [Bug 73663][Nor] Changed - [PATCH] Assembly.EscapedCodeBase has not been implemented
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Mar 2005 22:57:43 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73663
--- shadow/73663 2005-03-15 21:07:31.000000000 -0500
+++ shadow/73663.tmp.25804 2005-03-15 22:57:43.000000000 -0500
@@ -23,6 +23,13 @@
Created an attachment (id=14641)
Patch for Assembly.cs to fix bug 73663
------- Additional Comments From miguel@ximian.com 2005-03-15 21:07 -------
Maybe we should be using System.Uri.Escape?
+
+------- Additional Comments From sebastien@ximian.com 2005-03-15 22:57 -------
+System.Uri is located in System.dll.
+
+However I got a non-exact copy of it in
+/mcs/class/corlib/Mono.Security/Uri.cs
+as I needed it in some security class.