[Mono-bugs] [Bug 58626][Nor] Changed - MONO BETA 1 Bug in HttpUtility.UrlEncode()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Jun 2004 01:00:48 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/58626	2004-05-18 00:00:50.000000000 -0400
+++ shadow/58626.tmp.5319	2004-06-03 01:00:48.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 58626
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: RESOLVED   
+Status: VERIFIED   
 Resolution: NOTABUG
 Severity: 001 One hour
 Priority: Normal
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
@@ -46,6 +46,10 @@
 How often does this happen? 
 All the time on MONO.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-05-18 00:00 -------
 This is definitely not a bug. No sane program should search on a URL
 encoded string for encoded values in that way.
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-06-03 01:00 -------
+I can verify this has been fixed in MONO Beta 2.  Encoded hex values 
+now appear in Lowercase as per MS.NET.  Thanks Gonzalo!