[Mono-bugs] [Bug 37505][Wis] Changed - Uri.LocalPath doesn't unescape character encodings
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 1 Feb 2003 17:55:38 -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=37505
--- shadow/37505 Sat Feb 1 02:00:58 2003
+++ shadow/37505.tmp.32436 Sat Feb 1 17:55:38 2003
@@ -1,14 +1,14 @@
Bug#: 37505
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: tum@veridicus.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -69,6 +69,9 @@
> return Unescape("\\\\" + host +
path.Replace ('/', '\\'));
297c297
< return "/" + host + path;
---
> return Unescape("/" + host + path);
+
+------- Additional Comments From miguel@ximian.com 2003-02-01 17:55 -------
+Thanks for the patch!