[Mono-bugs] [Bug 73663][Min] Changed - Assembly.EscapedCodeBase has not been implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Mar 2005 21:07:13 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73663

--- shadow/73663	2005-03-14 00:46:42.000000000 -0500
+++ shadow/73663.tmp.24030	2005-03-15 21:07:13.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: t.manki@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -20,6 +20,9 @@
 just returns un-escaped version.
 
 ------- Additional Comments From t.manki@gmail.com  2005-03-14 00:46 -------
 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?