[Mono-bugs] [Bug 52599][Maj] New - Control.ResolveUrl throw unexpected exception.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jan 2004 04:55:47 -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 along@mainsoft.com.

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

--- shadow/52599	2004-01-05 04:55:47.000000000 -0500
+++ shadow/52599.tmp.1023	2004-01-05 04:55:47.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 52599
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: Control.ResolveUrl throw unexpected exception.
+
+Description of Problem:
+ResolveUrl throws Exception for this string "../", while .NET
+Returns the value "/".
+
+Steps to reproduce the problem:
+1. Open the attached aspx file.
+
+Actual Results:
+Exception is thrown.
+
+Expected Results:
+The String "/" should return.
+
+How often does this happen? 
+Always.
+
+Additional Information: