[Mono-bugs] [Bug 51448][Wis] New - Server.MapPath give strange results with relative paths
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 27 Nov 2003 14:08:42 -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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51448
--- shadow/51448 2003-11-27 14:08:41.000000000 -0500
+++ shadow/51448.tmp.28672 2003-11-27 14:08:41.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 51448
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jackson@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Server.MapPath give strange results with relative paths
+
+When Server.MapPath is called on a file in the same directory as the page
+(or the page itself) a full path with the first 2 characters removed from
+the file name is returned.
+
+Look at xsp/test/bugs/map-path.aspx