[Mono-bugs] [Bug 77857][Nor] Changed - Uri.ToString() Problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 20 11:12:08 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 informatique.internet at fiducial.fr.

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

--- shadow/77857	2006-03-20 11:10:24.000000000 -0500
+++ shadow/77857.tmp.16764	2006-03-20 11:12:08.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77857
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: informatique.internet at fiducial.fr               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -54,6 +54,18 @@
 
 How often does this happen? 
 always
 
 Additional Information:
 none
+
+------- Additional Comments From informatique.internet at fiducial.fr  2006-03-20 11:12 -------
+Expected Results:
+Uri.ToString() of
+'http://localhost:8080/test.aspx?ReturnUrl=%2fSearchDoc%2fSearcher.aspx'
+: 
+ http://localhost:8080/test.aspx?ReturnUrl=/SearchDoc/Searcher.aspx
+Uri.ToString() of
+'http://localhost:8080/test.aspx?ReturnUrl=%252fSearchDoc%252fSearcher.aspx'
+: 
+ http://localhost:8080/test.aspx?ReturnUrl=%2fSearchDoc%2fSearcher.aspx
+


More information about the mono-bugs mailing list