[Mono-bugs] [Bug 71051][Wis] New - System.Uri - Fragment should be escaped

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 10:36:20 -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 ilyak@mainsoft.com.

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

--- shadow/71051	2005-01-06 10:36:20.000000000 -0500
+++ shadow/71051.tmp.17461	2005-01-06 10:36:20.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 71051
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ilyak@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Uri - Fragment should be escaped
+
+Steps to reproduce the problem:
+Uri u = new Uri("http://localhost/index.asp#main#start");
+Console.WriteLine(u.Fragment);
+
+Actual Results:
+#main#start
+
+Expected Results:
+#main%23start