[Mono-bugs] [Bug 77486][Nor] Changed - Uri.ToString() doesn't escape '&' in query

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Feb 17 19:20:45 EST 2006


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 zac at zacbowling.com.

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

--- shadow/77486	2006-02-06 16:57:36.000000000 -0500
+++ shadow/77486.tmp.10636	2006-02-17 19:20:45.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77486
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: kiess at h3c.de               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -57,6 +57,11 @@
         s.Append ("%25");
 else if (excludeSpecial && x == '?')
         s.Append ("%3F");
 else {
 
 This propably also should be done for '&'.
+
+------- Additional Comments From zac at zacbowling.com  2006-02-17 19:20 -------
+.NET is the same. No fix to replicate functionality of .NET.
+Possibility of breaking something in System.XML and System.Web by
+changing this as well. 


More information about the mono-bugs mailing list