[Mono-bugs] [Bug 61181][Nor] Changed - HttpUtility.UrlDecode from bytes does not work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Jul 2004 06:18:49 -0400 (EDT)
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 dge@softec.st.
http://bugzilla.ximian.com/show_bug.cgi?id=61181
--- shadow/61181 2004-07-05 20:50:42.000000000 -0400
+++ shadow/61181.tmp.9494 2004-07-06 06:18:49.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 61181
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: RESOLVED
+Status: VERIFIED
Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: dge@softec.st
@@ -79,6 +79,14 @@
Created an attachment (id=8460)
testcase
------- Additional Comments From gonzalo@ximian.com 2004-07-05 20:50 -------
Fixed in CVS.
+
+------- Additional Comments From dge@softec.st 2004-07-06 06:18 -------
+Works fine, thanks.
+But I was surprise to notice that your other fix to use lowercase
+chars in hex number was in the source of mcs-1.0 (that I have just
+rebuild), but the pre-compiled version from mono-1.0 still use uppercase !
+I have look at the branches and tags, this is inconsistent since this
+patch has been applied during beta testing.